Html Css Color HEX #8E1DAA Vivid Violet

📋 copy color: '#8E1DAA'

red 142 ◦ green 29 ◦ blue 170

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

Shades of Vivid Violet #8E1DAA

Tints of Vivid Violet #8E1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

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

R = 41.64%
G = 8.5%
B = 49.85%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E1DAA (or 0x8E1DAA) is known color: Vivid Violet. HEX triplet: 8E, 1D and AA. RGB value is (142,29,170). Sum of RGB (Red+Green+Blue) = 142+29+170=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E1DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1DAA is #71E255. Grayscale: #4E4E4E. Windows color (decimal): -7463510 or 11148686. OLE color: 11148686.

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

Color convert

RGB 142 29 170 -
CMYK 0.16 0.83 0 0.33
HSL 288.09º 0.71% 0.39% -
HSV(B) 288.09º 0.83% 0.67% -
XYZ 18.85 9.53 38.88 -
YUV 78.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 142 29 170 0.16 0.83 0 0.33 288.09 0.71 0.39
Hex 8E 1D AA 10 53 0 21 120 47 27
Octal 216 35 252 20 123 0 41 440 107 47
Binary 10001110 11101 10101010 10000 1010011 0 100001 100100000 1000111 100111

Color Harmonies of #8E1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1DAA

Black with #8E1DAA

Text Example


Text Example

White with #8E1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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