Html Css Color HEX #917988 Mountbatten Pink

📋 copy color: '#917988'

red 145 ◦ green 121 ◦ blue 136

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

Shades of Mountbatten Pink #917988

Tints of Mountbatten Pink #917988

RGB

 RED value IS 145 (57.03% from 255) = 36.07%

 GREEN value IS 121 (47.66% from 255) = 30.1%

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 36.07%
G = 30.1%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#917988 (or 0x917988) is known color: Mountbatten Pink. HEX triplet: 91, 79 and 88. RGB value is (145,121,136). Sum of RGB (Red+Green+Blue) = 145+121+136=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #917988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917988 is #6E8677. Grayscale: #818181. Windows color (decimal): -7243384 or 8944017. OLE color: 8944017.

HSL color Cylindrical-coordinate representation of color #917988: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #917988 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 121 136 -
CMYK 0 0.17 0.06 0.43
HSL 322.5º 0.1% 0.52% -
HSV(B) 322.5º 0.17% 0.57% -
XYZ 22.96 21.47 26.23 -
YUV 129.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 145 121 136 0 0.17 0.06 0.43 322.5 0.1 0.52
Hex 91 79 88 0 11 6 2B 142 A 34
Octal 221 171 210 0 21 6 53 502 12 64
Binary 10010001 1111001 10001000 0 10001 110 101011 101000010 1010 110100

Color Harmonies of #917988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917988

Black with #917988

Text Example


Text Example

White with #917988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917988; }

 p { color: rgb(145,121,136); }

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

background-color css

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

 a { background-color: rgb(145,121,136); }

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

border-color css

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

 span { border-color: rgb(145,121,136); }

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