#8C00DE

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

Shades of Dark Violet #8C00DE

Tints of Dark Violet #8C00DE

Color information

#8C00DE (or 0x8C00DE) is unknown color: approx Dark Violet. HEX triplet: 8C, 00 and DE. RGB value is (140,0,222). Sum of RGB (Red+Green+Blue) = 140+0+222=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C00DE is #73FF21. Grayscale: #424242. Windows color (decimal): -7601954 or 14549132. OLE color: 14549132.

HSL color Cylindrical-coordinate representation of color #8C00DE: hue angle of 277.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C00DE is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1400222-
CMYK0.37100.13
HSL277.84º100%43.53%-
HSV(B)277.84º100%87.06%-
XYZ2410.8569.94-
YUV67.17215.38179.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 61.33%
R=38.67%
G=0%
B=61.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14002220.37100.13277.8410043.53
Hex8C0DE25640D116642c
Octal21403364514401542614454
Binary100011000110111101001011100100011011000101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C00DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,0,222); }

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

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

 a { background-color: rgb(140,0,222); }

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

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

 span { border-color: rgb(140,0,222); }

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