Html Css Color HEX #9F7A95 Mountbatten Pink

📋 copy color: '#9F7A95'

red 159 ◦ green 122 ◦ blue 149

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

Shades of Mountbatten Pink #9F7A95

Tints of Mountbatten Pink #9F7A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 36.98%
G = 28.37%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F7A95 (or 0x9F7A95) is known color: Mountbatten Pink. HEX triplet: 9F, 7A and 95. RGB value is (159,122,149). Sum of RGB (Red+Green+Blue) = 159+122+149=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A95 is #60856A. Grayscale: #888888. Windows color (decimal): -6325611 or 9796255. OLE color: 9796255.

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

Color convert

RGB 159 122 149 -
CMYK 0 0.23 0.06 0.38
HSL 316.22º 0.16% 0.55% -
HSV(B) 316.22º 0.23% 0.62% -
XYZ 26.68 23.46 31.56 -
YUV 136.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 159 122 149 0 0.23 0.06 0.38 316.22 0.16 0.55
Hex 9F 7A 95 0 17 6 26 13C 10 37
Octal 237 172 225 0 27 6 46 474 20 67
Binary 10011111 1111010 10010101 0 10111 110 100110 100111100 10000 110111

Color Harmonies of #9F7A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A95

Black with #9F7A95

Text Example


Text Example

White with #9F7A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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