#8009CF

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

Shades of Dark Violet #8009CF

Tints of Dark Violet #8009CF

Color information

#8009CF (or 0x8009CF) is unknown color: approx Dark Violet. HEX triplet: 80, 09 and CF. RGB value is (128,9,207). Sum of RGB (Red+Green+Blue) = 128+9+207=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #8009CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8009CF is #7FF630. Grayscale: #424242. Windows color (decimal): -8386097 or 13568384. OLE color: 13568384.

HSL color Cylindrical-coordinate representation of color #8009CF: hue angle of 276.06º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8009CF is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1289207-
CMYK0.380.9600.19
HSL276.06º91.67%42.35%-
HSV(B)276.06º95.65%81.18%-
XYZ20.269.2959.76-
YUV67.15206.92171.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 207 (81.25% from 255) = 60.17%
R=37.21%
G=2.62%
B=60.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12892070.380.9600.19276.0691.6742.35
Hex809CF26600131145c2a
Octal200113174614002342413452
Binary1000000010011100111110011011000000100111000101001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8009CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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