Html Css Color HEX #9F7A92 Mountbatten Pink

📋 copy color: '#9F7A92'

red 159 ◦ green 122 ◦ blue 146

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

Shades of Mountbatten Pink #9F7A92

Tints of Mountbatten Pink #9F7A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 37.24%
G = 28.57%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F7A92 (or 0x9F7A92) is known color: Mountbatten Pink. HEX triplet: 9F, 7A and 92. RGB value is (159,122,146). Sum of RGB (Red+Green+Blue) = 159+122+146=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A92 is #60856D. Grayscale: #878787. Windows color (decimal): -6325614 or 9599647. OLE color: 9599647.

HSL color Cylindrical-coordinate representation of color #9F7A92: hue angle of 321.08º 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 #9F7A92 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 122 146 -
CMYK 0 0.23 0.08 0.38
HSL 321.08º 0.16% 0.55% -
HSV(B) 321.08º 0.23% 0.62% -
XYZ 26.45 23.37 30.31 -
YUV 135.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 159 122 146 0 0.23 0.08 0.38 321.08 0.16 0.55
Hex 9F 7A 92 0 17 8 26 141 10 37
Octal 237 172 222 0 27 10 46 501 20 67
Binary 10011111 1111010 10010010 0 10111 1000 100110 101000001 10000 110111

Color Harmonies of #9F7A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A92

Black with #9F7A92

Text Example


Text Example

White with #9F7A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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