Html Css Color HEX #8E20FF Blue Violet

📋 copy color: '#8E20FF'

red 142 ◦ green 32 ◦ blue 255

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

Shades of Blue Violet #8E20FF

Tints of Blue Violet #8E20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.46%

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

R = 33.1%
G = 7.46%
B = 59.44%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E20FF (or 0x8E20FF) is known color: Blue Violet. HEX triplet: 8E, 20 and FF. RGB value is (142,32,255). Sum of RGB (Red+Green+Blue) = 142+32+255=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E20FF is #71DF00. Grayscale: #595959. Windows color (decimal): -7462657 or 16720014. OLE color: 16720014.

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

Color convert

RGB 142 32 255 -
CMYK 0.44 0.87 0 0
HSL 269.6º 1% 0.56% -
HSV(B) 269.6º 0.87% 1% -
XYZ 29.72 14 95.74 -
YUV 90.31 220.94 164.87 -
System Red Green Blue C M Y K H S L
Decimal 142 32 255 0.44 0.87 0 0 269.6 1 0.56
Hex 8E 20 FF 2C 57 0 0 10E 64 38
Octal 216 40 377 54 127 0 0 416 144 70
Binary 10001110 100000 11111111 101100 1010111 0 0 100001110 1100100 111000

Color Harmonies of #8E20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20FF

Black with #8E20FF

Text Example


Text Example

White with #8E20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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