Html Css Color HEX #8E24AA Vivid Violet

📋 copy color: '#8E24AA'

red 142 ◦ green 36 ◦ blue 170

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

Shades of Vivid Violet #8E24AA

Tints of Vivid Violet #8E24AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 40.8%
G = 10.34%
B = 48.85%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E24AA (or 0x8E24AA) is known color: Vivid Violet. HEX triplet: 8E, 24 and AA. RGB value is (142,36,170). Sum of RGB (Red+Green+Blue) = 142+36+170=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E24AA is #71DB55. Grayscale: #525252. Windows color (decimal): -7461718 or 11150478. OLE color: 11150478.

HSL color Cylindrical-coordinate representation of color #8E24AA: hue angle of 287.46º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E24AA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 36 170 -
CMYK 0.16 0.79 0 0.33
HSL 287.46º 0.65% 0.4% -
HSV(B) 287.46º 0.79% 0.67% -
XYZ 19.04 9.91 38.94 -
YUV 82.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 142 36 170 0.16 0.79 0 0.33 287.46 0.65 0.4
Hex 8E 24 AA 10 4F 0 21 11F 41 28
Octal 216 44 252 20 117 0 41 437 101 50
Binary 10001110 100100 10101010 10000 1001111 0 100001 100011111 1000001 101000

Color Harmonies of #8E24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E24AA

Black with #8E24AA

Text Example


Text Example

White with #8E24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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