#9808BD

Color #9808BD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9808BD

Tints of Dark Violet #9808BD

Color information

#9808BD (or 0x9808BD) is unknown color: approx Dark Violet. HEX triplet: 98, 08 and BD. RGB value is (152,8,189). Sum of RGB (Red+Green+Blue) = 152+8+189=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #9808BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808BD is #67F742. Grayscale: #474747. Windows color (decimal): -6813507 or 12388504. OLE color: 12388504.

HSL color Cylindrical-coordinate representation of color #9808BD: hue angle of 287.73º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808BD is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1528189-
CMYK0.200.9600.26
HSL287.73º91.88%38.63%-
HSV(B)287.73º95.77%74.12%-
XYZ22.2210.5249-
YUV71.69194.21185.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=43.55%
G=2.29%
B=54.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15281890.200.9600.26287.7391.8838.63
Hex988BD146001A1205c27
Octal230102752414003244013447
Binary100110001000101111011010011000000110101001000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9808BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9808BD; }

 p { color: rgb(152,8,189); }

 H1.HeaderClassName
 {
   color: #9808BD;
 }
 .AnyTagClassName
 {
   color: #9808BD;
 }
</style>
background-color css

<style>
 a { background-color: #9808BD; }

 a { background-color: rgb(152,8,189); }

 div.DivClassName
 {
   background-color: #9808BD;
 }
 .BgClassName
 {
   background-color: #9808BD;
 }
</style>
border-color css

<style>
 span { border-color: #9808BD; }

 span { border-color: rgb(152,8,189); }

 td.TdClassName
 {
   border-color: #9808BD;
 }
 .TagClassName
 {
   border-color: #9808BD;
 }
</style>