#957088

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

Shades of Mountbatten Pink #957088

Tints of Mountbatten Pink #957088

Color information

#957088 (or 0x957088) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 70 and 88. RGB value is (149,112,136). Sum of RGB (Red+Green+Blue) = 149+112+136=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957088 is #6A8F77. Grayscale: #7D7D7D. Windows color (decimal): -6983544 or 8941717. OLE color: 8941717.

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

Color convert

RGB149112136-
CMYK00.250.090.42
HSL321.08º14.86%51.18%-
HSV(B)321.08º24.83%58.43%-
XYZ22.6319.7625.91-
YUV125.8133.76144.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=37.53%
G=28.21%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911213600.250.090.42321.0814.8651.18
Hex95708801992A141f33
Octal22516021003111525011763
Binary1001010111100001000100001100110011010101010000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957088; }

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

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

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

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

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

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

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

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