#995991

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

Shades of Violet Blue #995991

Tints of Violet Blue #995991

Color information

#995991 (or 0x995991) is unknown color: approx Violet Blue. HEX triplet: 99, 59 and 91. RGB value is (153,89,145). Sum of RGB (Red+Green+Blue) = 153+89+145=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #995991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995991 is #66A66E. Grayscale: #727272. Windows color (decimal): -6727279 or 9525657. OLE color: 9525657.

HSL color Cylindrical-coordinate representation of color #995991: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995991 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15389145-
CMYK00.420.050.4
HSL307.5º26.45%47.45%-
HSV(B)307.5º41.83%60%-
XYZ21.8215.9628.72-
YUV114.52145.2155.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=39.53%
G=23.00%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538914500.420.050.4307.526.4547.45
Hex99599102A5281341a2f
Octal2311312210525504643257
Binary10011001101100110010001010101010110100010011010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995991; }

 p { color: rgb(153,89,145); }

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

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

 a { background-color: rgb(153,89,145); }

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

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

 span { border-color: rgb(153,89,145); }

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