Html Css Color HEX #997394 Mountbatten Pink

📋 copy color: '#997394'

red 153 ◦ green 115 ◦ blue 148

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

Shades of Mountbatten Pink #997394

Tints of Mountbatten Pink #997394

RGB

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

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

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

R = 36.78%
G = 27.64%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#997394 (or 0x997394) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 94. RGB value is (153,115,148). Sum of RGB (Red+Green+Blue) = 153+115+148=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #997394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997394 is #668C6B. Grayscale: #828282. Windows color (decimal): -6720620 or 9728921. OLE color: 9728921.

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

Color convert

RGB 153 115 148 -
CMYK 0 0.25 0.03 0.4
HSL 307.89º 0.16% 0.53% -
HSV(B) 307.89º 0.25% 0.6% -
XYZ 24.61 21.17 30.81 -
YUV 130.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 153 115 148 0 0.25 0.03 0.4 307.89 0.16 0.53
Hex 99 73 94 0 19 3 28 134 10 35
Octal 231 163 224 0 31 3 50 464 20 65
Binary 10011001 1110011 10010100 0 11001 11 101000 100110100 10000 110101

Color Harmonies of #997394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997394

Black with #997394

Text Example


Text Example

White with #997394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997394; }

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

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

background-color css

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

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

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

border-color css

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

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

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