Html Css Color HEX #8C12DD Dark Violet

📋 copy color: '#8C12DD'

red 140 ◦ green 18 ◦ blue 221

#8C12DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8C12DD

Tints of Dark Violet #8C12DD

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 value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C12DD (or 0x8C12DD) is known color: 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

RGB 140 18 221 -
CMYK 0.37 0.92 0 0.13
HSL 276.06º 0.85% 0.47% -
HSV(B) 276.06º 0.92% 0.87% -
XYZ 24.08 11.23 69.3 -
YUV 77.62 208.92 172.49 -
System Red Green Blue C M Y K H S L
Decimal 140 18 221 0.37 0.92 0 0.13 276.06 0.85 0.47
Hex 8C 12 DD 25 5C 0 D 114 55 2F
Octal 214 22 335 45 134 0 15 424 125 57
Binary 10001100 10010 11011101 100101 1011100 0 1101 100010100 1010101 101111

Color Harmonies of #8C12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C12DD

Black with #8C12DD

Text Example


Text Example

White with #8C12DD

Text Example


Text Example

HTML Codes & Css Web 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>