Html Css Color HEX #9A7C97 Mountbatten Pink

📋 copy color: '#9A7C97'

red 154 ◦ green 124 ◦ blue 151

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

Shades of Mountbatten Pink #9A7C97

Tints of Mountbatten Pink #9A7C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.9%

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

R = 35.9%
G = 28.9%
B = 35.2%

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

#9A7C97 (or 0x9A7C97) is known color: Mountbatten Pink. HEX triplet: 9A, 7C and 97. RGB value is (154,124,151). Sum of RGB (Red+Green+Blue) = 154+124+151=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C97 is #658368. Grayscale: #878787. Windows color (decimal): -6652777 or 9927834. OLE color: 9927834.

HSL color Cylindrical-coordinate representation of color #9A7C97: hue angle of 306º 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 #9A7C97 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 124 151 -
CMYK 0 0.19 0.02 0.40
HSL 306º 0.13% 0.55% -
HSV(B) 306º 0.19% 0.6% -
XYZ 26.12 23.52 32.44 -
YUV 136.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 154 124 151 0 0.19 0.02 0.40 306 0.13 0.55
Hex 9A 7C 97 0 13 2 28 132 D 37
Octal 232 174 227 0 23 2 50 462 15 67
Binary 10011010 1111100 10010111 0 10011 10 101000 100110010 1101 110111

Color Harmonies of #9A7C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7C97

Black with #9A7C97

Text Example


Text Example

White with #9A7C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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