Html Css Color HEX #997390 Mountbatten Pink

📋 copy color: '#997390'

red 153 ◦ green 115 ◦ blue 144

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

Shades of Mountbatten Pink #997390

Tints of Mountbatten Pink #997390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

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

R = 37.14%
G = 27.91%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997390 (or 0x997390) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 90. RGB value is (153,115,144). Sum of RGB (Red+Green+Blue) = 153+115+144=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #997390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997390 is #668C6F. Grayscale: #818181. Windows color (decimal): -6720624 or 9466777. OLE color: 9466777.

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

Color convert

RGB 153 115 144 -
CMYK 0 0.25 0.06 0.4
HSL 314.21º 0.16% 0.53% -
HSV(B) 314.21º 0.25% 0.6% -
XYZ 24.3 21.05 29.17 -
YUV 129.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 153 115 144 0 0.25 0.06 0.4 314.21 0.16 0.53
Hex 99 73 90 0 19 6 28 13A 10 35
Octal 231 163 220 0 31 6 50 472 20 65
Binary 10011001 1110011 10010000 0 11001 110 101000 100111010 10000 110101

Color Harmonies of #997390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997390

Black with #997390

Text Example


Text Example

White with #997390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997390; }

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

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

background-color css

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

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

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

border-color css

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

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

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