Html Css Color HEX #8E15EB Blue Violet

📋 copy color: '#8E15EB'

red 142 ◦ green 21 ◦ blue 235

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

Shades of Blue Violet #8E15EB

Tints of Blue Violet #8E15EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

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

R = 35.68%
G = 5.28%
B = 59.05%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E15EB (or 0x8E15EB) is known color: Blue Violet. HEX triplet: 8E, 15 and EB. RGB value is (142,21,235). Sum of RGB (Red+Green+Blue) = 142+21+235=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E15EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E15EB is #71EA14. Grayscale: #505050. Windows color (decimal): -7465493 or 15406478. OLE color: 15406478.

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

Color convert

RGB 142 21 235 -
CMYK 0.40 0.91 0 0.08
HSL 273.93º 0.84% 0.5% -
HSV(B) 273.93º 0.91% 0.92% -
XYZ 26.42 12.29 79.58 -
YUV 81.58 214.59 171.1 -
System Red Green Blue C M Y K H S L
Decimal 142 21 235 0.40 0.91 0 0.08 273.93 0.84 0.5
Hex 8E 15 EB 28 5B 0 8 112 54 32
Octal 216 25 353 50 133 0 10 422 124 62
Binary 10001110 10101 11101011 101000 1011011 0 1000 100010010 1010100 110010

Color Harmonies of #8E15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E15EB

Black with #8E15EB

Text Example


Text Example

White with #8E15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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