#956D9B

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

Shades of Violet Blue #956D9B

Tints of Violet Blue #956D9B

Color information

#956D9B (or 0x956D9B) is unknown color: approx Violet Blue. HEX triplet: 95, 6D and 9B. RGB value is (149,109,155). Sum of RGB (Red+Green+Blue) = 149+109+155=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #956D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D9B is #6A9264. Grayscale: #7E7E7E. Windows color (decimal): -6984293 or 10186133. OLE color: 10186133.

HSL color Cylindrical-coordinate representation of color #956D9B: hue angle of 292.17º 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 #956D9B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149109155-
CMYK0.040.3000.39
HSL292.17º18.7%51.76%-
HSV(B)292.17º29.68%60.78%-
XYZ23.7819.6933.56-
YUV126.2144.25144.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 155 (60.94% from 255) = 37.53%
R=36.08%
G=26.39%
B=37.53%

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
Decimal1491091550.040.3000.39292.1718.751.76
Hex956D9B41E0271241334
Octal2251552334360474442364
Binary1001010111011011001101110011110010011110010010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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