#8133A0

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

Shades of Vivid Violet #8133A0

Tints of Vivid Violet #8133A0

Color information

#8133A0 (or 0x8133A0) is unknown color: approx Vivid Violet. HEX triplet: 81, 33 and A0. RGB value is (129,51,160). Sum of RGB (Red+Green+Blue) = 129+51+160=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #8133A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8133A0 is #7ECC5F. Grayscale: #565656. Windows color (decimal): -8309856 or 10498945. OLE color: 10498945.

HSL color Cylindrical-coordinate representation of color #8133A0: hue angle of 282.94º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8133A0 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12951160-
CMYK0.190.6800.37
HSL282.94º51.66%41.37%-
HSV(B)282.94º68.12%62.75%-
XYZ16.589.5734.23-
YUV86.75169.34158.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 160 (62.89% from 255) = 47.06%
R=37.94%
G=15%
B=47.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal129511600.190.6800.37282.9451.6641.37
Hex8133A0134402511b3429
Octal20163240231040454336451
Binary10000001110011101000001001110001000100101100011011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8133A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8133A0; }

 p { color: rgb(129,51,160); }

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

<style>
 a { background-color: #8133A0; }

 a { background-color: rgb(129,51,160); }

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

<style>
 span { border-color: #8133A0; }

 span { border-color: rgb(129,51,160); }

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