Html Css Color HEX #997393 Mountbatten Pink

📋 copy color: '#997393'

red 153 ◦ green 115 ◦ blue 147

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

Shades of Mountbatten Pink #997393

Tints of Mountbatten Pink #997393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 36.87%
G = 27.71%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#997393 (or 0x997393) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 93. RGB value is (153,115,147). Sum of RGB (Red+Green+Blue) = 153+115+147=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #997393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997393 is #668C6C. Grayscale: #818181. Windows color (decimal): -6720621 or 9663385. OLE color: 9663385.

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

Color convert

RGB 153 115 147 -
CMYK 0 0.25 0.04 0.4
HSL 309.47º 0.16% 0.53% -
HSV(B) 309.47º 0.25% 0.6% -
XYZ 24.53 21.14 30.39 -
YUV 130.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 153 115 147 0 0.25 0.04 0.4 309.47 0.16 0.53
Hex 99 73 93 0 19 4 28 135 10 35
Octal 231 163 223 0 31 4 50 465 20 65
Binary 10011001 1110011 10010011 0 11001 100 101000 100110101 10000 110101

Color Harmonies of #997393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997393

Black with #997393

Text Example


Text Example

White with #997393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997393; }

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

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

background-color css

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

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

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

border-color css

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

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

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