Html Css Color HEX #9A7F8D Mountbatten Pink

📋 copy color: '#9A7F8D'

red 154 ◦ green 127 ◦ blue 141

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

Shades of Mountbatten Pink #9A7F8D

Tints of Mountbatten Pink #9A7F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 36.49%
G = 30.09%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A7F8D (or 0x9A7F8D) is known color: Mountbatten Pink. HEX triplet: 9A, 7F and 8D. RGB value is (154,127,141). Sum of RGB (Red+Green+Blue) = 154+127+141=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F8D is #658072. Grayscale: #888888. Windows color (decimal): -6652019 or 9273242. OLE color: 9273242.

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

Color convert

RGB 154 127 141 -
CMYK 0 0.18 0.08 0.40
HSL 328.89º 0.12% 0.55% -
HSV(B) 328.89º 0.18% 0.6% -
XYZ 25.72 23.97 28.47 -
YUV 136.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 154 127 141 0 0.18 0.08 0.40 328.89 0.12 0.55
Hex 9A 7F 8D 0 12 8 28 149 C 37
Octal 232 177 215 0 22 10 50 511 14 67
Binary 10011010 1111111 10001101 0 10010 1000 101000 101001001 1100 110111

Color Harmonies of #9A7F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7F8D

Black with #9A7F8D

Text Example


Text Example

White with #9A7F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,127,141); }

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

background-color css

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

 a { background-color: rgb(154,127,141); }

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

border-color css

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

 span { border-color: rgb(154,127,141); }

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