Html Css Color HEX #8C12D6 Dark Violet

📋 copy color: '#8C12D6'

red 140 ◦ green 18 ◦ blue 214

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

Shades of Dark Violet #8C12D6

Tints of Dark Violet #8C12D6

RGB

 RED value IS 140 (55.08% from 255) = 37.63%

 GREEN value IS 18 (7.42% from 255) = 4.84%

 BLUE value IS 214 (83.98% from 255) = 57.53%

R = 37.63%
G = 4.84%
B = 57.53%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C12D6 (or 0x8C12D6) is known color: Dark Violet. HEX triplet: 8C, 12 and D6. RGB value is (140,18,214). Sum of RGB (Red+Green+Blue) = 140+18+214=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C12D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C12D6 is #73ED29. Grayscale: #4C4C4C. Windows color (decimal): -7597354 or 14029452. OLE color: 14029452.

HSL color Cylindrical-coordinate representation of color #8C12D6: hue angle of 277.35º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C12D6 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 18 214 -
CMYK 0.35 0.92 0 0.16
HSL 277.35º 0.84% 0.45% -
HSV(B) 277.35º 0.92% 0.84% -
XYZ 23.17 10.86 64.49 -
YUV 76.82 205.42 173.06 -
System Red Green Blue C M Y K H S L
Decimal 140 18 214 0.35 0.92 0 0.16 277.35 0.84 0.45
Hex 8C 12 D6 23 5C 0 10 115 54 2D
Octal 214 22 326 43 134 0 20 425 124 55
Binary 10001100 10010 11010110 100011 1011100 0 10000 100010101 1010100 101101

Color Harmonies of #8C12D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C12D6

Black with #8C12D6

Text Example


Text Example

White with #8C12D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C12D6;
 }
 .AnyTagClassName
 {
   color: #8C12D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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