Html Css Color HEX #8E15EE Blue Violet

📋 copy color: '#8E15EE'

red 142 ◦ green 21 ◦ blue 238

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

Shades of Blue Violet #8E15EE

Tints of Blue Violet #8E15EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.35%

R = 35.41%
G = 5.24%
B = 59.35%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E15EE (or 0x8E15EE) is known color: Blue Violet. HEX triplet: 8E, 15 and EE. RGB value is (142,21,238). Sum of RGB (Red+Green+Blue) = 142+21+238=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E15EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E15EE is #71EA11. Grayscale: #515151. Windows color (decimal): -7465490 or 15603086. OLE color: 15603086.

HSL color Cylindrical-coordinate representation of color #8E15EE: hue angle of 273.46º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E15EE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 21 238 -
CMYK 0.40 0.91 0 0.07
HSL 273.46º 0.86% 0.51% -
HSV(B) 273.46º 0.91% 0.93% -
XYZ 26.86 12.46 81.88 -
YUV 81.92 216.09 170.86 -
System Red Green Blue C M Y K H S L
Decimal 142 21 238 0.40 0.91 0 0.07 273.46 0.86 0.51
Hex 8E 15 EE 28 5B 0 7 111 56 33
Octal 216 25 356 50 133 0 7 421 126 63
Binary 10001110 10101 11101110 101000 1011011 0 111 100010001 1010110 110011

Color Harmonies of #8E15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E15EE

Black with #8E15EE

Text Example


Text Example

White with #8E15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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