#813088

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

Shades of Vivid Violet #813088

Tints of Vivid Violet #813088

Color information

#813088 (or 0x813088) is unknown color: approx Vivid Violet. HEX triplet: 81, 30 and 88. RGB value is (129,48,136). Sum of RGB (Red+Green+Blue) = 129+48+136=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #813088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813088 is #7ECF77. Grayscale: #515151. Windows color (decimal): -8310648 or 8925313. OLE color: 8925313.

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

Color convert

RGB12948136-
CMYK0.050.6500.47
HSL295.23º47.83%36.08%-
HSV(B)295.23º64.71%53.33%-
XYZ14.558.5624.18-
YUV82.25158.34161.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=41.21%
G=15.34%
B=43.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129481360.050.6500.47295.2347.8336.08
Hex81308854102F1273024
Octal2016021051010574476044
Binary100000011100001000100010110000010101111100100111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813088; }

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

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

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

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

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

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

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

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