Html Css Color HEX #8E21FF Blue Violet

📋 copy color: '#8E21FF'

red 142 ◦ green 33 ◦ blue 255

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

Shades of Blue Violet #8E21FF

Tints of Blue Violet #8E21FF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.67%

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

R = 33.02%
G = 7.67%
B = 59.3%

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

#8E21FF (or 0x8E21FF) is known color: Blue Violet. HEX triplet: 8E, 21 and FF. RGB value is (142,33,255). Sum of RGB (Red+Green+Blue) = 142+33+255=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E21FF is #71DE00. Grayscale: #5A5A5A. Windows color (decimal): -7462401 or 16720270. OLE color: 16720270.

HSL color Cylindrical-coordinate representation of color #8E21FF: hue angle of 269.46º 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 #8E21FF is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 33 255 -
CMYK 0.44 0.87 0 0
HSL 269.46º 1% 0.56% -
HSV(B) 269.46º 0.87% 1% -
XYZ 29.75 14.06 95.75 -
YUV 90.9 220.61 164.45 -
System Red Green Blue C M Y K H S L
Decimal 142 33 255 0.44 0.87 0 0 269.46 1 0.56
Hex 8E 21 FF 2C 57 0 0 10D 64 38
Octal 216 41 377 54 127 0 0 415 144 70
Binary 10001110 100001 11111111 101100 1010111 0 0 100001101 1100100 111000

Color Harmonies of #8E21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E21FF

Black with #8E21FF

Text Example


Text Example

White with #8E21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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