#995497

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

Shades of Violet Blue #995497

Tints of Violet Blue #995497

Color information

#995497 (or 0x995497) is unknown color: approx Violet Blue. HEX triplet: 99, 54 and 97. RGB value is (153,84,151). Sum of RGB (Red+Green+Blue) = 153+84+151=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #995497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995497 is #66AB68. Grayscale: #707070. Windows color (decimal): -6728553 or 9917593. OLE color: 9917593.

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

Color convert

RGB15384151-
CMYK00.450.010.4
HSL301.74º29.11%46.47%-
HSV(B)301.74º45.1%60%-
XYZ21.8915.3531.09-
YUV112.27149.86157.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=39.43%
G=21.65%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538415100.450.010.4301.7429.1146.47
Hex99549702D12812e1d2e
Octal2311242270551504563556
Binary100110011010100100101110101101110100010010111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995497; }

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

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

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

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

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

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

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

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