#995997

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

Shades of Violet Blue #995997

Tints of Violet Blue #995997

Color information

#995997 (or 0x995997) is unknown color: approx Violet Blue. HEX triplet: 99, 59 and 97. RGB value is (153,89,151). Sum of RGB (Red+Green+Blue) = 153+89+151=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #995997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995997 is #66A668. Grayscale: #737373. Windows color (decimal): -6727273 or 9918873. OLE color: 9918873.

HSL color Cylindrical-coordinate representation of color #995997: hue angle of 301.88º 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 #995997 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15389151-
CMYK00.420.010.4
HSL301.88º26.45%47.45%-
HSV(B)301.88º41.83%60%-
XYZ22.316.1531.22-
YUV115.2148.2154.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=38.93%
G=22.65%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538915100.420.010.4301.8826.4547.45
Hex99599702A12812e1a2f
Octal2311312270521504563257
Binary100110011011001100101110101010110100010010111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995997; }

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

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

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

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

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

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

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

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