#8009C4

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

Shades of Dark Violet #8009C4

Tints of Dark Violet #8009C4

Color information

#8009C4 (or 0x8009C4) is unknown color: approx Dark Violet. HEX triplet: 80, 09 and C4. RGB value is (128,9,196). Sum of RGB (Red+Green+Blue) = 128+9+196=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 196 (76.95% from 255 or 58.86% from 333); Max value from RGB is 196 - color contains mainly: blue. Hex color #8009C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8009C4 is #7FF63B. Grayscale: #414141. Windows color (decimal): -8386108 or 12847488. OLE color: 12847488.

HSL color Cylindrical-coordinate representation of color #8009C4: hue angle of 278.18º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8009C4 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1289196-
CMYK0.350.9500.23
HSL278.18º91.22%40.2%-
HSV(B)278.18º95.41%76.86%-
XYZ18.968.7752.92-
YUV65.9201.42172.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 9 (3.91% from 255) = 2.70%
BLUE value IS 196 (76.95% from 255) = 58.86%
R=38.44%
G=2.70%
B=58.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12891960.350.9500.23278.1891.2240.2
Hex809C4235F0171165b28
Octal200113044313702742613350
Binary1000000010011100010010001110111110101111000101101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8009C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8009C4; }

 p { color: rgb(128,9,196); }

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

<style>
 a { background-color: #8009C4; }

 a { background-color: rgb(128,9,196); }

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

<style>
 span { border-color: #8009C4; }

 span { border-color: rgb(128,9,196); }

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