#803588

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

Shades of Vivid Violet #803588

Tints of Vivid Violet #803588

Color information

#803588 (or 0x803588) is unknown color: approx Vivid Violet. HEX triplet: 80, 35 and 88. RGB value is (128,53,136). Sum of RGB (Red+Green+Blue) = 128+53+136=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 53 (21.09% from 255 or 16.72% 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 #803588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803588 is #7FCA77. Grayscale: #545454. Windows color (decimal): -8374904 or 8926592. OLE color: 8926592.

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

Color convert

RGB12853136-
CMYK0.060.6100.47
HSL294.22º43.92%37.06%-
HSV(B)294.22º61.03%53.33%-
XYZ14.628.9124.24-
YUV84.89156.85158.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.38%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=40.38%
G=16.72%
B=42.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128531360.060.6100.47294.2243.9237.06
Hex80358863D02F1262c25
Octal200652106750574465445
Binary10000000110101100010001101111010101111100100110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803588; }

 p { color: rgb(128,53,136); }

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

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

 a { background-color: rgb(128,53,136); }

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

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

 span { border-color: rgb(128,53,136); }

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