Html Css Color HEX #996A90 Mountbatten Pink

📋 copy color: '#996A90'

red 153 ◦ green 106 ◦ blue 144

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

Shades of Mountbatten Pink #996A90

Tints of Mountbatten Pink #996A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

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

R = 37.97%
G = 26.3%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#996A90 (or 0x996A90) is known color: Mountbatten Pink. HEX triplet: 99, 6A and 90. RGB value is (153,106,144). Sum of RGB (Red+Green+Blue) = 153+106+144=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A90 is #66956F. Grayscale: #7C7C7C. Windows color (decimal): -6722928 or 9464473. OLE color: 9464473.

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

Color convert

RGB 153 106 144 -
CMYK 0 0.31 0.06 0.4
HSL 311.49º 0.19% 0.51% -
HSV(B) 311.49º 0.31% 0.6% -
XYZ 23.32 19.09 28.84 -
YUV 124.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 153 106 144 0 0.31 0.06 0.4 311.49 0.19 0.51
Hex 99 6A 90 0 1F 6 28 137 13 33
Octal 231 152 220 0 37 6 50 467 23 63
Binary 10011001 1101010 10010000 0 11111 110 101000 100110111 10011 110011

Color Harmonies of #996A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A90

Black with #996A90

Text Example


Text Example

White with #996A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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