Html Css Color HEX #997494 Mountbatten Pink

📋 copy color: '#997494'

red 153 ◦ green 116 ◦ blue 148

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

Shades of Mountbatten Pink #997494

Tints of Mountbatten Pink #997494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 36.69%
G = 27.82%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#997494 (or 0x997494) is known color: Mountbatten Pink. HEX triplet: 99, 74 and 94. RGB value is (153,116,148). Sum of RGB (Red+Green+Blue) = 153+116+148=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997494 is #668B6B. Grayscale: #828282. Windows color (decimal): -6720364 or 9729177. OLE color: 9729177.

HSL color Cylindrical-coordinate representation of color #997494: hue angle of 308.11º 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 #997494 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 148 -
CMYK 0 0.24 0.03 0.4
HSL 308.11º 0.15% 0.53% -
HSV(B) 308.11º 0.24% 0.6% -
XYZ 24.73 21.4 30.84 -
YUV 130.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 153 116 148 0 0.24 0.03 0.4 308.11 0.15 0.53
Hex 99 74 94 0 18 3 28 134 F 35
Octal 231 164 224 0 30 3 50 464 17 65
Binary 10011001 1110100 10010100 0 11000 11 101000 100110100 1111 110101

Color Harmonies of #997494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997494

Black with #997494

Text Example


Text Example

White with #997494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997494; }

 p { color: rgb(153,116,148); }

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

background-color css

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

 a { background-color: rgb(153,116,148); }

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

border-color css

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

 span { border-color: rgb(153,116,148); }

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