#956599

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

Shades of Violet Blue #956599

Tints of Violet Blue #956599

Color information

#956599 (or 0x956599) is unknown color: approx Violet Blue. HEX triplet: 95, 65 and 99. RGB value is (149,101,153). Sum of RGB (Red+Green+Blue) = 149+101+153=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #956599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956599 is #6A9A66. Grayscale: #797979. Windows color (decimal): -6986343 or 10053013. OLE color: 10053013.

HSL color Cylindrical-coordinate representation of color #956599: hue angle of 295.38º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956599 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149101153-
CMYK0.030.3400.4
HSL295.38º20.47%49.8%-
HSV(B)295.38º33.99%60%-
XYZ22.81832.41-
YUV121.28145.9147.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=36.97%
G=25.06%
B=37.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491011530.030.3400.4295.3820.4749.8
Hex9565993220281271432
Octal2251452313420504472462
Binary1001010111001011001100111100010010100010010011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956599; }

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

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

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

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

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

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

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

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