#8015AA

Color #8015AA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8015AA

Tints of Vivid Violet #8015AA

Color information

#8015AA (or 0x8015AA) is unknown color: approx 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

RGB12821170-
CMYK0.250.8800.33
HSL283.09º78.01%37.45%-
HSV(B)283.09º87.65%66.67%-
XYZ16.438.0338.71-
YUV69.98184.45169.38-

RGB Variations

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

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.80% from 255) = 53.29%
R=40.13%
G=6.58%
B=53.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128211700.250.8800.33283.0978.0137.45
Hex8015AA195802111b4e25
Octal200252523113004143311645
Binary10000000101011010101011001101100001000011000110111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8015AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>