Html Css Color HEX #8C12DB Dark Violet

📋 copy color: '#8C12DB'

red 140 ◦ green 18 ◦ blue 219

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

Shades of Dark Violet #8C12DB

Tints of Dark Violet #8C12DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 37.14%
G = 4.77%
B = 58.09%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C12DB (or 0x8C12DB) is known color: Dark Violet. HEX triplet: 8C, 12 and DB. RGB value is (140,18,219). Sum of RGB (Red+Green+Blue) = 140+18+219=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C12DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C12DB is #73ED24. Grayscale: #4C4C4C. Windows color (decimal): -7597349 or 14357132. OLE color: 14357132.

HSL color Cylindrical-coordinate representation of color #8C12DB: hue angle of 276.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C12DB is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 18 219 -
CMYK 0.36 0.92 0 0.14
HSL 276.42º 0.85% 0.46% -
HSV(B) 276.42º 0.92% 0.86% -
XYZ 23.82 11.12 67.91 -
YUV 77.39 207.92 172.66 -
System Red Green Blue C M Y K H S L
Decimal 140 18 219 0.36 0.92 0 0.14 276.42 0.85 0.46
Hex 8C 12 DB 24 5C 0 E 114 55 2E
Octal 214 22 333 44 134 0 16 424 125 56
Binary 10001100 10010 11011011 100100 1011100 0 1110 100010100 1010101 101110

Color Harmonies of #8C12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C12DB

Black with #8C12DB

Text Example


Text Example

White with #8C12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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