Html Css Color HEX #97748F Mountbatten Pink

📋 copy color: '#97748F'

red 151 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #97748F

Tints of Mountbatten Pink #97748F

RGB

 RED value IS 151 (59.38% from 255) = 36.83%

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 36.83%
G = 28.29%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97748F (or 0x97748F) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 8F. RGB value is (151,116,143). Sum of RGB (Red+Green+Blue) = 151+116+143=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #97748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97748F is #688B70. Grayscale: #818181. Windows color (decimal): -6851441 or 9401495. OLE color: 9401495.

HSL color Cylindrical-coordinate representation of color #97748F: hue angle of 313.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97748F is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 143 -
CMYK 0 0.23 0.05 0.41
HSL 313.71º 0.14% 0.52% -
HSV(B) 313.71º 0.23% 0.59% -
XYZ 23.97 21.05 28.79 -
YUV 129.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 151 116 143 0 0.23 0.05 0.41 313.71 0.14 0.52
Hex 97 74 8F 0 17 5 29 13A E 34
Octal 227 164 217 0 27 5 51 472 16 64
Binary 10010111 1110100 10001111 0 10111 101 101001 100111010 1110 110100

Color Harmonies of #97748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97748F

Black with #97748F

Text Example


Text Example

White with #97748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97748F; }

 p { color: rgb(151,116,143); }

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

background-color css

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

 a { background-color: rgb(151,116,143); }

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

border-color css

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

 span { border-color: rgb(151,116,143); }

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