Html Css Color HEX #9F7A94 Mountbatten Pink

📋 copy color: '#9F7A94'

red 159 ◦ green 122 ◦ blue 148

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

Shades of Mountbatten Pink #9F7A94

Tints of Mountbatten Pink #9F7A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 37.06%
G = 28.44%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F7A94 (or 0x9F7A94) is known color: Mountbatten Pink. HEX triplet: 9F, 7A and 94. RGB value is (159,122,148). Sum of RGB (Red+Green+Blue) = 159+122+148=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A94 is #60856B. Grayscale: #878787. Windows color (decimal): -6325612 or 9730719. OLE color: 9730719.

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

Color convert

RGB 159 122 148 -
CMYK 0 0.23 0.07 0.38
HSL 317.84º 0.16% 0.55% -
HSV(B) 317.84º 0.23% 0.62% -
XYZ 26.6 23.43 31.14 -
YUV 136.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 159 122 148 0 0.23 0.07 0.38 317.84 0.16 0.55
Hex 9F 7A 94 0 17 7 26 13E 10 37
Octal 237 172 224 0 27 7 46 476 20 67
Binary 10011111 1111010 10010100 0 10111 111 100110 100111110 10000 110111

Color Harmonies of #9F7A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A94

Black with #9F7A94

Text Example


Text Example

White with #9F7A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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