Html Css Color HEX #997590 Mountbatten Pink

📋 copy color: '#997590'

red 153 ◦ green 117 ◦ blue 144

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

Shades of Mountbatten Pink #997590

Tints of Mountbatten Pink #997590

RGB

 RED value IS 153 (60.16% from 255) = 36.96%

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 36.96%
G = 28.26%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997590 (or 0x997590) is known color: Mountbatten Pink. HEX triplet: 99, 75 and 90. RGB value is (153,117,144). Sum of RGB (Red+Green+Blue) = 153+117+144=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997590 is #668A6F. Grayscale: #828282. Windows color (decimal): -6720112 or 9467289. OLE color: 9467289.

HSL color Cylindrical-coordinate representation of color #997590: hue angle of 315º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997590 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 144 -
CMYK 0 0.24 0.06 0.4
HSL 315º 0.15% 0.53% -
HSV(B) 315º 0.24% 0.6% -
XYZ 24.53 21.51 29.24 -
YUV 130.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 153 117 144 0 0.24 0.06 0.4 315 0.15 0.53
Hex 99 75 90 0 18 6 28 13B F 35
Octal 231 165 220 0 30 6 50 473 17 65
Binary 10011001 1110101 10010000 0 11000 110 101000 100111011 1111 110101

Color Harmonies of #997590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997590

Black with #997590

Text Example


Text Example

White with #997590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997590; }

 p { color: rgb(153,117,144); }

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

background-color css

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

 a { background-color: rgb(153,117,144); }

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

border-color css

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

 span { border-color: rgb(153,117,144); }

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