Html Css Color HEX #9A7D97 Mountbatten Pink

📋 copy color: '#9A7D97'

red 154 ◦ green 125 ◦ blue 151

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

Shades of Mountbatten Pink #9A7D97

Tints of Mountbatten Pink #9A7D97

RGB

 RED value IS 154 (60.55% from 255) = 35.81%

 GREEN value IS 125 (49.22% from 255) = 29.07%

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 35.81%
G = 29.07%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#9A7D97 (or 0x9A7D97) is known color: Mountbatten Pink. HEX triplet: 9A, 7D and 97. RGB value is (154,125,151). Sum of RGB (Red+Green+Blue) = 154+125+151=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D97 is #658268. Grayscale: #888888. Windows color (decimal): -6652521 or 9928090. OLE color: 9928090.

HSL color Cylindrical-coordinate representation of color #9A7D97: hue angle of 306.21º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7D97 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 125 151 -
CMYK 0 0.19 0.02 0.40
HSL 306.21º 0.13% 0.55% -
HSV(B) 306.21º 0.19% 0.6% -
XYZ 26.25 23.77 32.48 -
YUV 136.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 154 125 151 0 0.19 0.02 0.40 306.21 0.13 0.55
Hex 9A 7D 97 0 13 2 28 132 D 37
Octal 232 175 227 0 23 2 50 462 15 67
Binary 10011010 1111101 10010111 0 10011 10 101000 100110010 1101 110111

Color Harmonies of #9A7D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D97

Black with #9A7D97

Text Example


Text Example

White with #9A7D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7D97; }

 p { color: rgb(154,125,151); }

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

background-color css

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

 a { background-color: rgb(154,125,151); }

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

border-color css

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

 span { border-color: rgb(154,125,151); }

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