Html Css Color HEX #996E90 Mountbatten Pink

📋 copy color: '#996E90'

red 153 ◦ green 110 ◦ blue 144

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

Shades of Mountbatten Pink #996E90

Tints of Mountbatten Pink #996E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

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

R = 37.59%
G = 27.03%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#996E90 (or 0x996E90) is known color: Mountbatten Pink. HEX triplet: 99, 6E and 90. RGB value is (153,110,144). Sum of RGB (Red+Green+Blue) = 153+110+144=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E90 is #66916F. Grayscale: #7E7E7E. Windows color (decimal): -6721904 or 9465497. OLE color: 9465497.

HSL color Cylindrical-coordinate representation of color #996E90: hue angle of 312.56º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E90 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 144 -
CMYK 0 0.28 0.06 0.4
HSL 312.56º 0.17% 0.52% -
HSV(B) 312.56º 0.28% 0.6% -
XYZ 23.75 19.94 28.98 -
YUV 126.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 153 110 144 0 0.28 0.06 0.4 312.56 0.17 0.52
Hex 99 6E 90 0 1C 6 28 139 11 34
Octal 231 156 220 0 34 6 50 471 21 64
Binary 10011001 1101110 10010000 0 11100 110 101000 100111001 10001 110100

Color Harmonies of #996E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E90

Black with #996E90

Text Example


Text Example

White with #996E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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