Html Css Color HEX #95718F Mountbatten Pink

📋 copy color: '#95718F'

red 149 ◦ green 113 ◦ blue 143

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

Shades of Mountbatten Pink #95718F

Tints of Mountbatten Pink #95718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 36.79%
G = 27.9%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95718F (or 0x95718F) is known color: Mountbatten Pink. HEX triplet: 95, 71 and 8F. RGB value is (149,113,143). Sum of RGB (Red+Green+Blue) = 149+113+143=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95718F is #6A8E70. Grayscale: #7F7F7F. Windows color (decimal): -6983281 or 9400725. OLE color: 9400725.

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

Color convert

RGB 149 113 143 -
CMYK 0 0.24 0.04 0.42
HSL 310º 0.15% 0.51% -
HSV(B) 310º 0.24% 0.58% -
XYZ 23.26 20.18 28.66 -
YUV 127.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 149 113 143 0 0.24 0.04 0.42 310 0.15 0.51
Hex 95 71 8F 0 18 4 2A 136 F 33
Octal 225 161 217 0 30 4 52 466 17 63
Binary 10010101 1110001 10001111 0 11000 100 101010 100110110 1111 110011

Color Harmonies of #95718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95718F

Black with #95718F

Text Example


Text Example

White with #95718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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