#813288

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

Shades of Vivid Violet #813288

Tints of Vivid Violet #813288

Color information

#813288 (or 0x813288) is unknown color: approx Vivid Violet. HEX triplet: 81, 32 and 88. RGB value is (129,50,136). Sum of RGB (Red+Green+Blue) = 129+50+136=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #813288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813288 is #7ECD77. Grayscale: #535353. Windows color (decimal): -8310136 or 8925825. OLE color: 8925825.

HSL color Cylindrical-coordinate representation of color #813288: hue angle of 295.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813288 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12950136-
CMYK0.050.6300.47
HSL295.12º46.24%36.47%-
HSV(B)295.12º63.24%53.33%-
XYZ14.648.7324.21-
YUV83.42157.67160.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=40.95%
G=15.87%
B=43.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129501360.050.6300.47295.1246.2436.47
Hex81328853F02F1272e24
Octal201622105770574475644
Binary10000001110010100010001011111110101111100100111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813288; }

 p { color: rgb(129,50,136); }

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

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

 a { background-color: rgb(129,50,136); }

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

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

 span { border-color: rgb(129,50,136); }

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