#8C07E2

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

Shades of Dark Violet #8C07E2

Tints of Dark Violet #8C07E2

Color information

#8C07E2 (or 0x8C07E2) is unknown color: approx Dark Violet. HEX triplet: 8C, 07 and E2. RGB value is (140,7,226). Sum of RGB (Red+Green+Blue) = 140+7+226=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 226 (88.67% from 255 or 60.59% from 373); Max value from RGB is 226 - color contains mainly: blue. Hex color #8C07E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C07E2 is #73F81D. Grayscale: #464646. Windows color (decimal): -7600158 or 14813068. OLE color: 14813068.

HSL color Cylindrical-coordinate representation of color #8C07E2: hue angle of 276.44º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C07E2 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1407226-
CMYK0.380.9700.11
HSL276.44º93.99%45.69%-
HSV(B)276.44º96.9%88.63%-
XYZ24.6211.2272.82-
YUV71.73215.06176.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 7 (3.12% from 255) = 1.88%
BLUE value IS 226 (88.67% from 255) = 60.59%
R=37.53%
G=1.88%
B=60.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14072260.380.9700.11276.4493.9945.69
Hex8C7E226610B1145e2e
Octal21473424614101342413656
Binary10001100111111000101001101100001010111000101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C07E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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