#813D88

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

Shades of Vivid Violet #813D88

Tints of Vivid Violet #813D88

Color information

#813D88 (or 0x813D88) is unknown color: approx Vivid Violet. HEX triplet: 81, 3D and 88. RGB value is (129,61,136). Sum of RGB (Red+Green+Blue) = 129+61+136=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #813D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813D88 is #7EC277. Grayscale: #595959. Windows color (decimal): -8307320 or 8928641. OLE color: 8928641.

HSL color Cylindrical-coordinate representation of color #813D88: hue angle of 294.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813D88 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12961136-
CMYK0.050.5500.47
HSL294.4º38.07%38.63%-
HSV(B)294.4º55.15%53.33%-
XYZ15.179.7824.38-
YUV89.88154.03155.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 61 (24.22% from 255) = 18.71%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=39.57%
G=18.71%
B=41.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129611360.050.5500.47294.438.0738.63
Hex813D8853702F1262627
Octal201752105670574464647
Binary10000001111101100010001011101110101111100100110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813D88; }

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

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

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

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

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

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

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

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