Html Css Color HEX #8E28AA Vivid Violet

📋 copy color: '#8E28AA'

red 142 ◦ green 40 ◦ blue 170

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

Shades of Vivid Violet #8E28AA

Tints of Vivid Violet #8E28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 40.34%
G = 11.36%
B = 48.3%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E28AA (or 0x8E28AA) is known color: Vivid Violet. HEX triplet: 8E, 28 and AA. RGB value is (142,40,170). Sum of RGB (Red+Green+Blue) = 142+40+170=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E28AA is #71D755. Grayscale: #545454. Windows color (decimal): -7460694 or 11151502. OLE color: 11151502.

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

Color convert

RGB 142 40 170 -
CMYK 0.16 0.76 0 0.33
HSL 287.08º 0.62% 0.41% -
HSV(B) 287.08º 0.76% 0.67% -
XYZ 19.17 10.17 38.98 -
YUV 85.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 142 40 170 0.16 0.76 0 0.33 287.08 0.62 0.41
Hex 8E 28 AA 10 4C 0 21 11F 3E 29
Octal 216 50 252 20 114 0 41 437 76 51
Binary 10001110 101000 10101010 10000 1001100 0 100001 100011111 111110 101001

Color Harmonies of #8E28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E28AA

Black with #8E28AA

Text Example


Text Example

White with #8E28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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