#813A88

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

Shades of Vivid Violet #813A88

Tints of Vivid Violet #813A88

Color information

#813A88 (or 0x813A88) is unknown color: approx Vivid Violet. HEX triplet: 81, 3A and 88. RGB value is (129,58,136). Sum of RGB (Red+Green+Blue) = 129+58+136=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #813A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813A88 is #7EC577. Grayscale: #575757. Windows color (decimal): -8308088 or 8927873. OLE color: 8927873.

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

Color convert

RGB12958136-
CMYK0.050.5700.47
HSL294.62º40.21%38.04%-
HSV(B)294.62º57.35%53.33%-
XYZ15.019.4724.33-
YUV88.12155.02157.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=39.94%
G=17.96%
B=42.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129581360.050.5700.47294.6240.2138.04
Hex813A8853902F1272826
Octal201722105710574475046
Binary10000001111010100010001011110010101111100100111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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