#95758E

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

Shades of Mountbatten Pink #95758E

Tints of Mountbatten Pink #95758E

Color information

#95758E (or 0x95758E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 75 and 8E. RGB value is (149,117,142). Sum of RGB (Red+Green+Blue) = 149+117+142=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95758E is #6A8A71. Grayscale: #818181. Windows color (decimal): -6982258 or 9336213. OLE color: 9336213.

HSL color Cylindrical-coordinate representation of color #95758E: hue angle of 313.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95758E is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149117142-
CMYK00.210.050.42
HSL313.12º13.11%52.16%-
HSV(B)313.12º21.48%58.43%-
XYZ23.6421.0728.41-
YUV129.42135.1141.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=36.52%
G=28.68%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911714200.210.050.42313.1213.1152.16
Hex95758E01552A139d34
Octal2251652160255524711564
Binary100101011110101100011100101011011010101001110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95758E; }

 p { color: rgb(149,117,142); }

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

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

 a { background-color: rgb(149,117,142); }

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

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

 span { border-color: rgb(149,117,142); }

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