Html Css Color HEX #95708B Mountbatten Pink

📋 copy color: '#95708B'

red 149 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #95708B

Tints of Mountbatten Pink #95708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

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

R = 37.25%
G = 28%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95708B (or 0x95708B) is known color: Mountbatten Pink. HEX triplet: 95, 70 and 8B. RGB value is (149,112,139). Sum of RGB (Red+Green+Blue) = 149+112+139=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #95708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95708B is #6A8F74. Grayscale: #7E7E7E. Windows color (decimal): -6983541 or 9138325. OLE color: 9138325.

HSL color Cylindrical-coordinate representation of color #95708B: hue angle of 316.22º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95708B is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 139 -
CMYK 0 0.25 0.07 0.42
HSL 316.22º 0.15% 0.51% -
HSV(B) 316.22º 0.25% 0.58% -
XYZ 22.85 19.84 27.05 -
YUV 126.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 149 112 139 0 0.25 0.07 0.42 316.22 0.15 0.51
Hex 95 70 8B 0 19 7 2A 13C F 33
Octal 225 160 213 0 31 7 52 474 17 63
Binary 10010101 1110000 10001011 0 11001 111 101010 100111100 1111 110011

Color Harmonies of #95708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95708B

Black with #95708B

Text Example


Text Example

White with #95708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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