Html Css Color HEX #8E24FF Blue Violet

📋 copy color: '#8E24FF'

red 142 ◦ green 36 ◦ blue 255

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

Shades of Blue Violet #8E24FF

Tints of Blue Violet #8E24FF

RGB

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

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

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

R = 32.79%
G = 8.31%
B = 58.89%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E24FF (or 0x8E24FF) is known color: Blue Violet. HEX triplet: 8E, 24 and FF. RGB value is (142,36,255). Sum of RGB (Red+Green+Blue) = 142+36+255=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E24FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E24FF is #71DB00. Grayscale: #5B5B5B. Windows color (decimal): -7461633 or 16721038. OLE color: 16721038.

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

Color convert

RGB 142 36 255 -
CMYK 0.44 0.86 0 0
HSL 269.04º 1% 0.57% -
HSV(B) 269.04º 0.86% 1% -
XYZ 29.84 14.23 95.78 -
YUV 92.66 219.62 163.19 -
System Red Green Blue C M Y K H S L
Decimal 142 36 255 0.44 0.86 0 0 269.04 1 0.57
Hex 8E 24 FF 2C 56 0 0 10D 64 39
Octal 216 44 377 54 126 0 0 415 144 71
Binary 10001110 100100 11111111 101100 1010110 0 0 100001101 1100100 111001

Color Harmonies of #8E24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E24FF

Black with #8E24FF

Text Example


Text Example

White with #8E24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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