#8C03C6

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

Shades of Dark Violet #8C03C6

Tints of Dark Violet #8C03C6

Color information

#8C03C6 (or 0x8C03C6) is unknown color: approx Dark Violet. HEX triplet: 8C, 03 and C6. RGB value is (140,3,198). Sum of RGB (Red+Green+Blue) = 140+3+198=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C03C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C03C6 is #73FC39. Grayscale: #414141. Windows color (decimal): -7601210 or 12977036. OLE color: 12977036.

HSL color Cylindrical-coordinate representation of color #8C03C6: hue angle of 282.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C03C6 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1403198-
CMYK0.290.9800.22
HSL282.15º97.01%39.41%-
HSV(B)282.15º98.48%77.65%-
XYZ21.049.7254.19-
YUV66.19202.39180.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 198 (77.73% from 255) = 58.06%
R=41.06%
G=0.88%
B=58.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14031980.290.9800.22282.1597.0139.41
Hex8C3C61D6201611a6127
Octal21433063514202643214147
Binary1000110011110001101110111000100101101000110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C03C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,3,198); }

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

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

 a { background-color: rgb(140,3,198); }

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

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

 span { border-color: rgb(140,3,198); }

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