#95718D

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

Shades of Mountbatten Pink #95718D

Tints of Mountbatten Pink #95718D

Color information

#95718D (or 0x95718D) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 71 and 8D. RGB value is (149,113,141). Sum of RGB (Red+Green+Blue) = 149+113+141=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95718D is #6A8E72. Grayscale: #7E7E7E. Windows color (decimal): -6983283 or 9269653. OLE color: 9269653.

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

Color convert

RGB149113141-
CMYK00.240.050.42
HSL313.33º14.52%51.37%-
HSV(B)313.33º24.16%58.43%-
XYZ23.1120.1227.87-
YUV126.96135.93143.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=36.97%
G=28.04%
B=34.99%

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
Decimal14911314100.240.050.42313.3314.5251.37
Hex95718D01852A139f33
Octal2251612150305524711763
Binary100101011110001100011010110001011010101001110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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