Html Css Color HEX #8519AD Vivid Violet

📋 copy color: '#8519AD'

red 133 ◦ green 25 ◦ blue 173

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

Shades of Vivid Violet #8519AD

Tints of Vivid Violet #8519AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 40.18%
G = 7.55%
B = 52.27%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8519AD (or 0x8519AD) is known color: Vivid Violet. HEX triplet: 85, 19 and AD. RGB value is (133,25,173). Sum of RGB (Red+Green+Blue) = 133+25+173=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #8519AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8519AD is #7AE652. Grayscale: #494949. Windows color (decimal): -8054355 or 11344261. OLE color: 11344261.

HSL color Cylindrical-coordinate representation of color #8519AD: hue angle of 283.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8519AD is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 25 173 -
CMYK 0.23 0.86 0 0.32
HSL 283.78º 0.75% 0.39% -
HSV(B) 283.78º 0.86% 0.68% -
XYZ 17.56 8.7 40.29 -
YUV 74.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 133 25 173 0.23 0.86 0 0.32 283.78 0.75 0.39
Hex 85 19 AD 17 56 0 20 11C 4B 27
Octal 205 31 255 27 126 0 40 434 113 47
Binary 10000101 11001 10101101 10111 1010110 0 100000 100011100 1001011 100111

Color Harmonies of #8519AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8519AD

Black with #8519AD

Text Example


Text Example

White with #8519AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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