#8115AA

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

Shades of Vivid Violet #8115AA

Tints of Vivid Violet #8115AA

Color information

#8115AA (or 0x8115AA) is unknown color: approx Vivid Violet. HEX triplet: 81, 15 and AA. RGB value is (129,21,170). Sum of RGB (Red+Green+Blue) = 129+21+170=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #8115AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8115AA is #7EEA55. Grayscale: #454545. Windows color (decimal): -8317526 or 11146625. OLE color: 11146625.

HSL color Cylindrical-coordinate representation of color #8115AA: hue angle of 283.49º 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 #8115AA is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12921170-
CMYK0.240.8800.33
HSL283.49º78.01%37.45%-
HSV(B)283.49º87.65%66.67%-
XYZ16.588.1138.72-
YUV70.28184.28169.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=40.31%
G=6.56%
B=53.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129211700.240.8800.33283.4978.0137.45
Hex8115AA185802111b4e25
Octal201252523013004143311645
Binary10000001101011010101011000101100001000011000110111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8115AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8115AA;
 }
 .AnyTagClassName
 {
   color: #8115AA;
 }
</style>
background-color css

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

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

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

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

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

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