#813488

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

Shades of Vivid Violet #813488

Tints of Vivid Violet #813488

Color information

#813488 (or 0x813488) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and 88. RGB value is (129,52,136). Sum of RGB (Red+Green+Blue) = 129+52+136=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #813488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813488 is #7ECB77. Grayscale: #545454. Windows color (decimal): -8309624 or 8926337. OLE color: 8926337.

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

Color convert

RGB12952136-
CMYK0.050.6200.47
HSL295º44.68%36.86%-
HSV(B)295º61.76%53.33%-
XYZ14.738.924.23-
YUV84.6157.01159.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=40.69%
G=16.40%
B=42.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129521360.050.6200.4729544.6836.86
Hex81348853E02F1272d25
Octal201642105760574475545
Binary10000001110100100010001011111100101111100100111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813488; }

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

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

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

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

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

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

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

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