#956696

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

Shades of Violet Blue #956696

Tints of Violet Blue #956696

Color information

#956696 (or 0x956696) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 96. RGB value is (149,102,150). Sum of RGB (Red+Green+Blue) = 149+102+150=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #956696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956696 is #6A9969. Grayscale: #797979. Windows color (decimal): -6986090 or 9856661. OLE color: 9856661.

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

Color convert

RGB149102150-
CMYK0.010.3200.41
HSL298.75º19.05%49.41%-
HSV(B)298.75º32%58.82%-
XYZ22.6518.0931.15-
YUV121.52144.07147.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=37.16%
G=25.44%
B=37.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491021500.010.3200.41298.7519.0549.41
Hex95669612002912b1331
Octal2251462261400514532361
Binary100101011100110100101101100000010100110010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956696; }

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

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

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

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

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

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

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

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