Html Css Color HEX #8E24EA Blue Violet

📋 copy color: '#8E24EA'

red 142 ◦ green 36 ◦ blue 234

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

Shades of Blue Violet #8E24EA

Tints of Blue Violet #8E24EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.8%

R = 34.47%
G = 8.74%
B = 56.8%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E24EA (or 0x8E24EA) is known color: Blue Violet. HEX triplet: 8E, 24 and EA. RGB value is (142,36,234). Sum of RGB (Red+Green+Blue) = 142+36+234=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E24EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E24EA is #71DB15. Grayscale: #595959. Windows color (decimal): -7461654 or 15344782. OLE color: 15344782.

HSL color Cylindrical-coordinate representation of color #8E24EA: hue angle of 272.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E24EA is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 36 234 -
CMYK 0.39 0.85 0 0.08
HSL 272.12º 0.83% 0.53% -
HSV(B) 272.12º 0.85% 0.92% -
XYZ 26.64 12.95 78.94 -
YUV 90.27 209.12 164.9 -
System Red Green Blue C M Y K H S L
Decimal 142 36 234 0.39 0.85 0 0.08 272.12 0.83 0.53
Hex 8E 24 EA 27 55 0 8 110 52 35
Octal 216 44 352 47 125 0 10 420 122 65
Binary 10001110 100100 11101010 100111 1010101 0 1000 100010000 1010010 110101

Color Harmonies of #8E24EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E24EA

Black with #8E24EA

Text Example


Text Example

White with #8E24EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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