#956D9C

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

Shades of Violet Blue #956D9C

Tints of Violet Blue #956D9C

Color information

#956D9C (or 0x956D9C) is unknown color: approx Violet Blue. HEX triplet: 95, 6D and 9C. RGB value is (149,109,156). Sum of RGB (Red+Green+Blue) = 149+109+156=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #956D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D9C is #6A9263. Grayscale: #7E7E7E. Windows color (decimal): -6984292 or 10251669. OLE color: 10251669.

HSL color Cylindrical-coordinate representation of color #956D9C: hue angle of 291.06º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956D9C is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149109156-
CMYK0.040.3000.39
HSL291.06º19.18%51.96%-
HSV(B)291.06º30.13%61.18%-
XYZ23.8619.7334-
YUV126.32144.75144.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=35.99%
G=26.33%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491091560.040.3000.39291.0619.1851.96
Hex956D9C41E0271231334
Octal2251552344360474432364
Binary1001010111011011001110010011110010011110010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956D9C; }

 p { color: rgb(149,109,156); }

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

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

 a { background-color: rgb(149,109,156); }

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

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

 span { border-color: rgb(149,109,156); }

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