Html Css Color HEX #8519AA Vivid Violet

📋 copy color: '#8519AA'

red 133 ◦ green 25 ◦ blue 170

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

Shades of Vivid Violet #8519AA

Tints of Vivid Violet #8519AA

RGB

 RED value IS 133 (52.34% from 255) = 40.55%

 GREEN value IS 25 (10.16% from 255) = 7.62%

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

R = 40.55%
G = 7.62%
B = 51.83%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8519AA (or 0x8519AA) is known color: Vivid Violet. HEX triplet: 85, 19 and AA. RGB value is (133,25,170). Sum of RGB (Red+Green+Blue) = 133+25+170=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #8519AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8519AA is #7AE655. Grayscale: #494949. Windows color (decimal): -8054358 or 11147653. OLE color: 11147653.

HSL color Cylindrical-coordinate representation of color #8519AA: hue angle of 284.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8519AA is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 25 170 -
CMYK 0.22 0.85 0 0.33
HSL 284.69º 0.74% 0.38% -
HSV(B) 284.69º 0.85% 0.67% -
XYZ 17.28 8.58 38.78 -
YUV 73.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 133 25 170 0.22 0.85 0 0.33 284.69 0.74 0.38
Hex 85 19 AA 16 55 0 21 11D 4A 26
Octal 205 31 252 26 125 0 41 435 112 46
Binary 10000101 11001 10101010 10110 1010101 0 100001 100011101 1001010 100110

Color Harmonies of #8519AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8519AA

Black with #8519AA

Text Example


Text Example

White with #8519AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8519AA; }

 p { color: rgb(133,25,170); }

 H1.HeaderClassName
 {
   color: #8519AA;
 }
 .AnyTagClassName
 {
   color: #8519AA;
 }
</style>

background-color css

<style>
 a { background-color: #8519AA; }

 a { background-color: rgb(133,25,170); }

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

border-color css

<style>
 span { border-color: #8519AA; }

 span { border-color: rgb(133,25,170); }

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