Html Css Color HEX #9F7A8E Mountbatten Pink

📋 copy color: '#9F7A8E'

red 159 ◦ green 122 ◦ blue 142

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

Shades of Mountbatten Pink #9F7A8E

Tints of Mountbatten Pink #9F7A8E

RGB

 RED value IS 159 (62.5% from 255) = 37.59%

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 37.59%
G = 28.84%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F7A8E (or 0x9F7A8E) is known color: Mountbatten Pink. HEX triplet: 9F, 7A and 8E. RGB value is (159,122,142). Sum of RGB (Red+Green+Blue) = 159+122+142=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A8E is #608571. Grayscale: #878787. Windows color (decimal): -6325618 or 9337503. OLE color: 9337503.

HSL color Cylindrical-coordinate representation of color #9F7A8E: hue angle of 327.57º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F7A8E is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 122 142 -
CMYK 0 0.23 0.11 0.38
HSL 327.57º 0.16% 0.55% -
HSV(B) 327.57º 0.23% 0.62% -
XYZ 26.14 23.24 28.7 -
YUV 135.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 159 122 142 0 0.23 0.11 0.38 327.57 0.16 0.55
Hex 9F 7A 8E 0 17 B 26 148 10 37
Octal 237 172 216 0 27 13 46 510 20 67
Binary 10011111 1111010 10001110 0 10111 1011 100110 101001000 10000 110111

Color Harmonies of #9F7A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A8E

Black with #9F7A8E

Text Example


Text Example

White with #9F7A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,122,142); }

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

background-color css

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

 a { background-color: rgb(159,122,142); }

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

border-color css

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

 span { border-color: rgb(159,122,142); }

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