#95718E

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

Shades of Mountbatten Pink #95718E

Tints of Mountbatten Pink #95718E

Color information

#95718E (or 0x95718E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 71 and 8E. RGB value is (149,113,142). Sum of RGB (Red+Green+Blue) = 149+113+142=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95718E is #6A8E71. Grayscale: #7E7E7E. Windows color (decimal): -6983282 or 9335189. OLE color: 9335189.

HSL color Cylindrical-coordinate representation of color #95718E: hue angle of 311.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 #95718E is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149113142-
CMYK00.240.050.42
HSL311.67º14.52%51.37%-
HSV(B)311.67º24.16%58.43%-
XYZ23.1820.1528.26-
YUV127.07136.43143.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=36.88%
G=27.97%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911314200.240.050.42311.6714.5251.37
Hex95718E01852A138f33
Octal2251612160305524701763
Binary100101011110001100011100110001011010101001110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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