#956499

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

Shades of Violet Blue #956499

Tints of Violet Blue #956499

Color information

#956499 (or 0x956499) is unknown color: approx Violet Blue. HEX triplet: 95, 64 and 99. RGB value is (149,100,153). Sum of RGB (Red+Green+Blue) = 149+100+153=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #956499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956499 is #6A9B66. Grayscale: #787878. Windows color (decimal): -6986599 or 10052757. OLE color: 10052757.

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

Color convert

RGB149100153-
CMYK0.030.3500.4
HSL295.47º20.95%49.61%-
HSV(B)295.47º34.64%60%-
XYZ22.717.832.38-
YUV120.69146.23148.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=37.06%
G=24.88%
B=38.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491001530.030.3500.4295.4720.9549.61
Hex9564993230281271532
Octal2251442313430504472562
Binary1001010111001001001100111100011010100010010011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956499; }

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

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

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

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

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

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

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

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