#995597

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

Shades of Violet Blue #995597

Tints of Violet Blue #995597

Color information

#995597 (or 0x995597) is unknown color: approx Violet Blue. HEX triplet: 99, 55 and 97. RGB value is (153,85,151). Sum of RGB (Red+Green+Blue) = 153+85+151=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #995597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995597 is #66AA68. Grayscale: #707070. Windows color (decimal): -6728297 or 9917849. OLE color: 9917849.

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

Color convert

RGB15385151-
CMYK00.440.010.4
HSL301.76º28.57%46.67%-
HSV(B)301.76º44.44%60%-
XYZ21.9715.531.11-
YUV112.86149.53156.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=39.33%
G=21.85%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538515100.440.010.4301.7628.5746.67
Hex99559702C12812e1d2f
Octal2311252270541504563557
Binary100110011010101100101110101100110100010010111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995597; }

 p { color: rgb(153,85,151); }

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

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

 a { background-color: rgb(153,85,151); }

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

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

 span { border-color: rgb(153,85,151); }

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