#956C9B

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

Shades of Violet Blue #956C9B

Tints of Violet Blue #956C9B

Color information

#956C9B (or 0x956C9B) is unknown color: approx Violet Blue. HEX triplet: 95, 6C and 9B. RGB value is (149,108,155). Sum of RGB (Red+Green+Blue) = 149+108+155=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #956C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956C9B is #6A9364. Grayscale: #7D7D7D. Windows color (decimal): -6984549 or 10185877. OLE color: 10185877.

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

Color convert

RGB149108155-
CMYK0.040.3000.39
HSL292.34º19.03%51.57%-
HSV(B)292.34º30.32%60.78%-
XYZ23.6719.4833.52-
YUV125.62144.58144.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=36.17%
G=26.21%
B=37.62%

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
Decimal1491081550.040.3000.39292.3419.0351.57
Hex956C9B41E0271241334
Octal2251542334360474442364
Binary1001010111011001001101110011110010011110010010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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