Html Css Color HEX #9F7196 Mountbatten Pink

📋 copy color: '#9F7196'

red 159 ◦ green 113 ◦ blue 150

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

Shades of Mountbatten Pink #9F7196

Tints of Mountbatten Pink #9F7196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

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

R = 37.68%
G = 26.78%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F7196 (or 0x9F7196) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 96. RGB value is (159,113,150). Sum of RGB (Red+Green+Blue) = 159+113+150=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7196 is #608E69. Grayscale: #828282. Windows color (decimal): -6327914 or 9859487. OLE color: 9859487.

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

Color convert

RGB 159 113 150 -
CMYK 0 0.29 0.06 0.38
HSL 311.74º 0.19% 0.53% -
HSV(B) 311.74º 0.29% 0.62% -
XYZ 25.71 21.38 31.63 -
YUV 130.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 159 113 150 0 0.29 0.06 0.38 311.74 0.19 0.53
Hex 9F 71 96 0 1D 6 26 138 13 35
Octal 237 161 226 0 35 6 46 470 23 65
Binary 10011111 1110001 10010110 0 11101 110 100110 100111000 10011 110101

Color Harmonies of #9F7196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7196

Black with #9F7196

Text Example


Text Example

White with #9F7196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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