Html Css Color HEX #8E1AEB Blue Violet

📋 copy color: '#8E1AEB'

red 142 ◦ green 26 ◦ blue 235

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

Shades of Blue Violet #8E1AEB

Tints of Blue Violet #8E1AEB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.45%

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 35.24%
G = 6.45%
B = 58.31%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E1AEB (or 0x8E1AEB) is known color: Blue Violet. HEX triplet: 8E, 1A and EB. RGB value is (142,26,235). Sum of RGB (Red+Green+Blue) = 142+26+235=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E1AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1AEB is #71E514. Grayscale: #535353. Windows color (decimal): -7464213 or 15407758. OLE color: 15407758.

HSL color Cylindrical-coordinate representation of color #8E1AEB: hue angle of 273.3º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E1AEB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 26 235 -
CMYK 0.40 0.89 0 0.08
HSL 273.3º 0.84% 0.51% -
HSV(B) 273.3º 0.89% 0.92% -
XYZ 26.52 12.49 79.61 -
YUV 84.51 212.93 169.01 -
System Red Green Blue C M Y K H S L
Decimal 142 26 235 0.40 0.89 0 0.08 273.3 0.84 0.51
Hex 8E 1A EB 28 59 0 8 111 54 33
Octal 216 32 353 50 131 0 10 421 124 63
Binary 10001110 11010 11101011 101000 1011001 0 1000 100010001 1010100 110011

Color Harmonies of #8E1AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1AEB

Black with #8E1AEB

Text Example


Text Example

White with #8E1AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,235); }

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

background-color css

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

 a { background-color: rgb(142,26,235); }

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

border-color css

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

 span { border-color: rgb(142,26,235); }

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