#956796

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

Shades of Violet Blue #956796

Tints of Violet Blue #956796

Color information

#956796 (or 0x956796) is unknown color: approx Violet Blue. HEX triplet: 95, 67 and 96. RGB value is (149,103,150). Sum of RGB (Red+Green+Blue) = 149+103+150=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #956796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956796 is #6A9869. Grayscale: #797979. Windows color (decimal): -6985834 or 9856917. OLE color: 9856917.

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

Color convert

RGB149103150-
CMYK0.010.3100.41
HSL298.72º18.58%49.61%-
HSV(B)298.72º31.33%58.82%-
XYZ22.7518.2931.19-
YUV122.11143.74147.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=37.06%
G=25.62%
B=37.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491031500.010.3100.41298.7218.5849.61
Hex95679611F02912b1332
Octal2251472261370514532362
Binary10010101110011110010110111111010100110010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956796; }

 p { color: rgb(149,103,150); }

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

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

 a { background-color: rgb(149,103,150); }

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

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

 span { border-color: rgb(149,103,150); }

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