Html Css Color HEX #8E11BF Dark Violet

📋 copy color: '#8E11BF'

red 142 ◦ green 17 ◦ blue 191

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

Shades of Dark Violet #8E11BF

Tints of Dark Violet #8E11BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.57%

R = 40.57%
G = 4.86%
B = 54.57%

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

#8E11BF (or 0x8E11BF) is known color: Dark Violet. HEX triplet: 8E, 11 and BF. RGB value is (142,17,191). Sum of RGB (Red+Green+Blue) = 142+17+191=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E11BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11BF is #71EE40. Grayscale: #494949. Windows color (decimal): -7466561 or 12521870. OLE color: 12521870.

HSL color Cylindrical-coordinate representation of color #8E11BF: hue angle of 283.1º degrees, saturation: 0.84, 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 #8E11BF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 17 191 -
CMYK 0.26 0.91 0 0.25
HSL 283.1º 0.84% 0.41% -
HSV(B) 283.1º 0.91% 0.75% -
XYZ 20.76 9.91 50.11 -
YUV 74.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 142 17 191 0.26 0.91 0 0.25 283.1 0.84 0.41
Hex 8E 11 BF 1A 5B 0 19 11B 54 29
Octal 216 21 277 32 133 0 31 433 124 51
Binary 10001110 10001 10111111 11010 1011011 0 11001 100011011 1010100 101001

Color Harmonies of #8E11BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E11BF

Black with #8E11BF

Text Example


Text Example

White with #8E11BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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