Html Css Color HEX #8C12BE Dark Violet

📋 copy color: '#8C12BE'

red 140 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #8C12BE

Tints of Dark Violet #8C12BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 40.23%
G = 5.17%
B = 54.6%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C12BE (or 0x8C12BE) is known color: Dark Violet. HEX triplet: 8C, 12 and BE. RGB value is (140,18,190). Sum of RGB (Red+Green+Blue) = 140+18+190=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C12BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C12BE is #73ED41. Grayscale: #494949. Windows color (decimal): -7597378 or 12456588. OLE color: 12456588.

HSL color Cylindrical-coordinate representation of color #8C12BE: hue angle of 282.56º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C12BE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 18 190 -
CMYK 0.26 0.91 0 0.25
HSL 282.56º 0.83% 0.41% -
HSV(B) 282.56º 0.91% 0.75% -
XYZ 20.33 9.73 49.52 -
YUV 74.09 193.42 175.01 -
System Red Green Blue C M Y K H S L
Decimal 140 18 190 0.26 0.91 0 0.25 282.56 0.83 0.41
Hex 8C 12 BE 1A 5B 0 19 11B 53 29
Octal 214 22 276 32 133 0 31 433 123 51
Binary 10001100 10010 10111110 11010 1011011 0 11001 100011011 1010011 101001

Color Harmonies of #8C12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C12BE

Black with #8C12BE

Text Example


Text Example

White with #8C12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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