#956597

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

Shades of Violet Blue #956597

Tints of Violet Blue #956597

Color information

#956597 (or 0x956597) is unknown color: approx Violet Blue. HEX triplet: 95, 65 and 97. RGB value is (149,101,151). Sum of RGB (Red+Green+Blue) = 149+101+151=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 151 - color contains mainly: blue. Hex color #956597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956597 is #6A9A68. Grayscale: #787878. Windows color (decimal): -6986345 or 9921941. OLE color: 9921941.

HSL color Cylindrical-coordinate representation of color #956597: hue angle of 297.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956597 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB149101151-
CMYK0.010.3300.41
HSL297.6º19.84%49.41%-
HSV(B)297.6º33.11%59.22%-
XYZ22.6317.9331.55-
YUV121.05144.9147.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=37.16%
G=25.19%
B=37.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491011510.010.3300.41297.619.8449.41
Hex95659712102912a1431
Octal2251452271410514522461
Binary100101011100101100101111100001010100110010101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956597; }

 p { color: rgb(149,101,151); }

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

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

 a { background-color: rgb(149,101,151); }

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

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

 span { border-color: rgb(149,101,151); }

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