#8C12DD

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

Shades of Dark Violet #8C12DD

Tints of Dark Violet #8C12DD

Color information

#8C12DD (or 0x8C12DD) is unknown color: approx Dark Violet. HEX triplet: 8C, 12 and DD. RGB value is (140,18,221). Sum of RGB (Red+Green+Blue) = 140+18+221=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C12DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C12DD is #73ED22. Grayscale: #4C4C4C. Windows color (decimal): -7597347 or 14488204. OLE color: 14488204.

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

Color convert

RGB14018221-
CMYK0.370.9200.13
HSL276.06º84.94%46.86%-
HSV(B)276.06º91.86%86.67%-
XYZ24.0811.2369.3-
YUV77.62208.92172.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 221 (86.72% from 255) = 58.31%
R=36.94%
G=4.75%
B=58.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140182210.370.9200.13276.0684.9446.86
Hex8C12DD255C0D114552f
Octal214223354513401542412557
Binary1000110010010110111011001011011100011011000101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C12DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,18,221); }

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

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

 a { background-color: rgb(140,18,221); }

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

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

 span { border-color: rgb(140,18,221); }

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