Html Css Color HEX #8E24DB Blue Violet

📋 copy color: '#8E24DB'

red 142 ◦ green 36 ◦ blue 219

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

Shades of Blue Violet #8E24DB

Tints of Blue Violet #8E24DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

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

R = 35.77%
G = 9.07%
B = 55.16%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E24DB (or 0x8E24DB) is known color: Blue Violet. HEX triplet: 8E, 24 and DB. RGB value is (142,36,219). Sum of RGB (Red+Green+Blue) = 142+36+219=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E24DB is #71DB24. Grayscale: #575757. Windows color (decimal): -7461669 or 14361742. OLE color: 14361742.

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

Color convert

RGB 142 36 219 -
CMYK 0.35 0.84 0 0.14
HSL 274.75º 0.72% 0.5% -
HSV(B) 274.75º 0.84% 0.86% -
XYZ 24.57 12.13 68.06 -
YUV 88.56 201.62 166.12 -
System Red Green Blue C M Y K H S L
Decimal 142 36 219 0.35 0.84 0 0.14 274.75 0.72 0.5
Hex 8E 24 DB 23 54 0 E 113 48 32
Octal 216 44 333 43 124 0 16 423 110 62
Binary 10001110 100100 11011011 100011 1010100 0 1110 100010011 1001000 110010

Color Harmonies of #8E24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E24DB

Black with #8E24DB

Text Example


Text Example

White with #8E24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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