Html Css Color HEX #9F7396 Mountbatten Pink

📋 copy color: '#9F7396'

red 159 ◦ green 115 ◦ blue 150

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

Shades of Mountbatten Pink #9F7396

Tints of Mountbatten Pink #9F7396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.12%

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 37.5%
G = 27.12%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F7396 (or 0x9F7396) is known color: Mountbatten Pink. HEX triplet: 9F, 73 and 96. RGB value is (159,115,150). Sum of RGB (Red+Green+Blue) = 159+115+150=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7396 is #608C69. Grayscale: #848484. Windows color (decimal): -6327402 or 9859999. OLE color: 9859999.

HSL color Cylindrical-coordinate representation of color #9F7396: hue angle of 312.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7396 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 115 150 -
CMYK 0 0.28 0.06 0.38
HSL 312.27º 0.19% 0.54% -
HSV(B) 312.27º 0.28% 0.62% -
XYZ 25.93 21.83 31.7 -
YUV 132.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 159 115 150 0 0.28 0.06 0.38 312.27 0.19 0.54
Hex 9F 73 96 0 1C 6 26 138 13 36
Octal 237 163 226 0 34 6 46 470 23 66
Binary 10011111 1110011 10010110 0 11100 110 100110 100111000 10011 110110

Color Harmonies of #9F7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7396

Black with #9F7396

Text Example


Text Example

White with #9F7396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,115,150); }

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

background-color css

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

 a { background-color: rgb(159,115,150); }

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

border-color css

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

 span { border-color: rgb(159,115,150); }

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