Html Css Color HEX #95718B Mountbatten Pink

📋 copy color: '#95718B'

red 149 ◦ green 113 ◦ blue 139

#95718B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #95718B

Tints of Mountbatten Pink #95718B

RGB

 RED value IS 149 (58.59% from 255) = 37.16%

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 37.16%
G = 28.18%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95718B (or 0x95718B) is known color: Mountbatten Pink. HEX triplet: 95, 71 and 8B. RGB value is (149,113,139). Sum of RGB (Red+Green+Blue) = 149+113+139=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #95718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95718B is #6A8E74. Grayscale: #7E7E7E. Windows color (decimal): -6983285 or 9138581. OLE color: 9138581.

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

Color convert

RGB 149 113 139 -
CMYK 0 0.24 0.07 0.42
HSL 316.67º 0.15% 0.51% -
HSV(B) 316.67º 0.24% 0.58% -
XYZ 22.96 20.06 27.09 -
YUV 126.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 149 113 139 0 0.24 0.07 0.42 316.67 0.15 0.51
Hex 95 71 8B 0 18 7 2A 13D F 33
Octal 225 161 213 0 30 7 52 475 17 63
Binary 10010101 1110001 10001011 0 11000 111 101010 100111101 1111 110011

Color Harmonies of #95718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95718B

Black with #95718B

Text Example


Text Example

White with #95718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95718B;
 }
 .AnyTagClassName
 {
   color: #95718B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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