#8C07D6

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

Shades of Dark Violet #8C07D6

Tints of Dark Violet #8C07D6

Color information

#8C07D6 (or 0x8C07D6) is unknown color: approx Dark Violet. HEX triplet: 8C, 07 and D6. RGB value is (140,7,214). Sum of RGB (Red+Green+Blue) = 140+7+214=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C07D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C07D6 is #73F829. Grayscale: #454545. Windows color (decimal): -7600170 or 14026636. OLE color: 14026636.

HSL color Cylindrical-coordinate representation of color #8C07D6: hue angle of 278.55º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C07D6 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1407214-
CMYK0.350.9700.16
HSL278.55º93.67%43.33%-
HSV(B)278.55º96.73%83.92%-
XYZ23.0310.5864.45-
YUV70.37209.06177.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 7 (3.12% from 255) = 1.94%
BLUE value IS 214 (83.98% from 255) = 59.28%
R=38.78%
G=1.94%
B=59.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14072140.350.9700.16278.5593.6743.33
Hex8C7D623610101175e2b
Octal21473264314102042713653
Binary100011001111101011010001111000010100001000101111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C07D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C07D6; }

 p { color: rgb(140,7,214); }

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

<style>
 a { background-color: #8C07D6; }

 a { background-color: rgb(140,7,214); }

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

<style>
 span { border-color: #8C07D6; }

 span { border-color: rgb(140,7,214); }

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