#956A8B

Color #956A8B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #956A8B

Tints of Mountbatten Pink #956A8B

Color information

#956A8B (or 0x956A8B) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 6A and 8B. RGB value is (149,106,139). Sum of RGB (Red+Green+Blue) = 149+106+139=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #956A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956A8B is #6A9574. Grayscale: #7A7A7A. Windows color (decimal): -6985077 or 9136789. OLE color: 9136789.

HSL color Cylindrical-coordinate representation of color #956A8B: hue angle of 313.95º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956A8B is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149106139-
CMYK00.290.070.42
HSL313.95º16.86%50%-
HSV(B)313.95º28.86%58.43%-
XYZ22.2118.5626.84-
YUV122.62137.25146.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=37.82%
G=26.90%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910613900.290.070.42313.9516.8650
Hex956A8B01D72A13a1132
Octal2251522130357524722162
Binary1001010111010101000101101110111110101010011101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,139); }

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

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

 a { background-color: rgb(149,106,139); }

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

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

 span { border-color: rgb(149,106,139); }

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