Html Css Color HEX #8E11C3 Dark Violet

📋 copy color: '#8E11C3'

red 142 ◦ green 17 ◦ blue 195

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

Shades of Dark Violet #8E11C3

Tints of Dark Violet #8E11C3

RGB

 RED value IS 142 (55.86% from 255) = 40.11%

 GREEN value IS 17 (7.03% from 255) = 4.8%

 BLUE value IS 195 (76.56% from 255) = 55.08%

R = 40.11%
G = 4.8%
B = 55.08%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8E11C3 (or 0x8E11C3) is known color: Dark Violet. HEX triplet: 8E, 11 and C3. RGB value is (142,17,195). Sum of RGB (Red+Green+Blue) = 142+17+195=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E11C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11C3 is #71EE3C. Grayscale: #4A4A4A. Windows color (decimal): -7466557 or 12784014. OLE color: 12784014.

HSL color Cylindrical-coordinate representation of color #8E11C3: hue angle of 282.13º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E11C3 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 17 195 -
CMYK 0.27 0.91 0 0.24
HSL 282.13º 0.84% 0.42% -
HSV(B) 282.13º 0.91% 0.76% -
XYZ 21.21 10.09 52.46 -
YUV 74.67 195.91 176.03 -
System Red Green Blue C M Y K H S L
Decimal 142 17 195 0.27 0.91 0 0.24 282.13 0.84 0.42
Hex 8E 11 C3 1B 5B 0 18 11A 54 2A
Octal 216 21 303 33 133 0 30 432 124 52
Binary 10001110 10001 11000011 11011 1011011 0 11000 100011010 1010100 101010

Color Harmonies of #8E11C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E11C3

Black with #8E11C3

Text Example


Text Example

White with #8E11C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,195); }

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

background-color css

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

 a { background-color: rgb(142,17,195); }

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

border-color css

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

 span { border-color: rgb(142,17,195); }

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