Html Css Color HEX #8015AA Vivid Violet

📋 copy color: '#8015AA'

red 128 ◦ green 21 ◦ blue 170

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

Shades of Vivid Violet #8015AA

Tints of Vivid Violet #8015AA

RGB

 RED value IS 128 (50.39% from 255) = 40.13%

 GREEN value IS 21 (8.59% from 255) = 6.58%

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

R = 40.13%
G = 6.58%
B = 53.29%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8015AA (or 0x8015AA) is known color: Vivid Violet. HEX triplet: 80, 15 and AA. RGB value is (128,21,170). Sum of RGB (Red+Green+Blue) = 128+21+170=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #8015AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8015AA is #7FEA55. Grayscale: #454545. Windows color (decimal): -8383062 or 11146624. OLE color: 11146624.

HSL color Cylindrical-coordinate representation of color #8015AA: hue angle of 283.09º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8015AA is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 21 170 -
CMYK 0.25 0.88 0 0.33
HSL 283.09º 0.78% 0.37% -
HSV(B) 283.09º 0.88% 0.67% -
XYZ 16.43 8.03 38.71 -
YUV 69.98 184.45 169.38 -
System Red Green Blue C M Y K H S L
Decimal 128 21 170 0.25 0.88 0 0.33 283.09 0.78 0.37
Hex 80 15 AA 19 58 0 21 11B 4E 25
Octal 200 25 252 31 130 0 41 433 116 45
Binary 10000000 10101 10101010 11001 1011000 0 100001 100011011 1001110 100101

Color Harmonies of #8015AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015AA

Black with #8015AA

Text Example


Text Example

White with #8015AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,21,170); }

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

background-color css

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

 a { background-color: rgb(128,21,170); }

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

border-color css

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

 span { border-color: rgb(128,21,170); }

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