Html Css Color HEX #8E21DB Blue Violet

📋 copy color: '#8E21DB'

red 142 ◦ green 33 ◦ blue 219

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

Shades of Blue Violet #8E21DB

Tints of Blue Violet #8E21DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 36.04%
G = 8.38%
B = 55.58%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E21DB (or 0x8E21DB) is known color: Blue Violet. HEX triplet: 8E, 21 and DB. RGB value is (142,33,219). Sum of RGB (Red+Green+Blue) = 142+33+219=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E21DB is #71DE24. Grayscale: #565656. Windows color (decimal): -7462437 or 14360974. OLE color: 14360974.

HSL color Cylindrical-coordinate representation of color #8E21DB: hue angle of 275.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E21DB is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 33 219 -
CMYK 0.35 0.85 0 0.14
HSL 275.16º 0.74% 0.49% -
HSV(B) 275.16º 0.85% 0.86% -
XYZ 24.49 11.95 68.03 -
YUV 86.8 202.61 167.38 -
System Red Green Blue C M Y K H S L
Decimal 142 33 219 0.35 0.85 0 0.14 275.16 0.74 0.49
Hex 8E 21 DB 23 55 0 E 113 4A 31
Octal 216 41 333 43 125 0 16 423 112 61
Binary 10001110 100001 11011011 100011 1010101 0 1110 100010011 1001010 110001

Color Harmonies of #8E21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E21DB

Black with #8E21DB

Text Example


Text Example

White with #8E21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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