Html Css Color HEX #8E11FF Blue Violet

📋 copy color: '#8E11FF'

red 142 ◦ green 17 ◦ blue 255

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

Shades of Blue Violet #8E11FF

Tints of Blue Violet #8E11FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.59%

R = 34.3%
G = 4.11%
B = 61.59%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E11FF (or 0x8E11FF) is known color: Blue Violet. HEX triplet: 8E, 11 and FF. RGB value is (142,17,255). Sum of RGB (Red+Green+Blue) = 142+17+255=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E11FF is #71EE00. Grayscale: #505050. Windows color (decimal): -7466497 or 16716174. OLE color: 16716174.

HSL color Cylindrical-coordinate representation of color #8E11FF: hue angle of 271.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E11FF is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 17 255 -
CMYK 0.44 0.93 0 0
HSL 271.51º 1% 0.53% -
HSV(B) 271.51º 0.93% 1% -
XYZ 29.41 13.37 95.64 -
YUV 81.51 225.91 171.15 -
System Red Green Blue C M Y K H S L
Decimal 142 17 255 0.44 0.93 0 0 271.51 1 0.53
Hex 8E 11 FF 2C 5D 0 0 110 64 35
Octal 216 21 377 54 135 0 0 420 144 65
Binary 10001110 10001 11111111 101100 1011101 0 0 100010000 1100100 110101

Color Harmonies of #8E11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E11FF

Black with #8E11FF

Text Example


Text Example

White with #8E11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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