#957188

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

Shades of Mountbatten Pink #957188

Tints of Mountbatten Pink #957188

Color information

#957188 (or 0x957188) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 71 and 88. RGB value is (149,113,136). Sum of RGB (Red+Green+Blue) = 149+113+136=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957188 is #6A8E77. Grayscale: #7E7E7E. Windows color (decimal): -6983288 or 8941973. OLE color: 8941973.

HSL color Cylindrical-coordinate representation of color #957188: hue angle of 321.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957188 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149113136-
CMYK00.240.090.42
HSL321.67º14.52%51.37%-
HSV(B)321.67º24.16%58.43%-
XYZ22.7419.9825.95-
YUV126.39133.43144.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=37.44%
G=28.39%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911313600.240.090.42321.6714.5251.37
Hex95718801892A142f33
Octal22516121003011525021763
Binary1001010111100011000100001100010011010101010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957188; }

 p { color: rgb(149,113,136); }

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

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

 a { background-color: rgb(149,113,136); }

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

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

 span { border-color: rgb(149,113,136); }

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