Html Css Color HEX #8519A5 Vivid Violet

📋 copy color: '#8519A5'

red 133 ◦ green 25 ◦ blue 165

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

Shades of Vivid Violet #8519A5

Tints of Vivid Violet #8519A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.08%

R = 41.18%
G = 7.74%
B = 51.08%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8519A5 (or 0x8519A5) is known color: Vivid Violet. HEX triplet: 85, 19 and A5. RGB value is (133,25,165). Sum of RGB (Red+Green+Blue) = 133+25+165=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #8519A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8519A5 is #7AE65A. Grayscale: #484848. Windows color (decimal): -8054363 or 10819973. OLE color: 10819973.

HSL color Cylindrical-coordinate representation of color #8519A5: hue angle of 286.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8519A5 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 25 165 -
CMYK 0.19 0.85 0 0.35
HSL 286.29º 0.74% 0.37% -
HSV(B) 286.29º 0.85% 0.65% -
XYZ 16.81 8.4 36.33 -
YUV 73.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 133 25 165 0.19 0.85 0 0.35 286.29 0.74 0.37
Hex 85 19 A5 13 55 0 23 11E 4A 25
Octal 205 31 245 23 125 0 43 436 112 45
Binary 10000101 11001 10100101 10011 1010101 0 100011 100011110 1001010 100101

Color Harmonies of #8519A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8519A5

Black with #8519A5

Text Example


Text Example

White with #8519A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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