Html Css Color HEX #9F7195 Mountbatten Pink

📋 copy color: '#9F7195'

red 159 ◦ green 113 ◦ blue 149

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

Shades of Mountbatten Pink #9F7195

Tints of Mountbatten Pink #9F7195

RGB

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

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

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

R = 37.77%
G = 26.84%
B = 35.39%

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

#9F7195 (or 0x9F7195) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 95. RGB value is (159,113,149). Sum of RGB (Red+Green+Blue) = 159+113+149=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7195 is #608E6A. Grayscale: #828282. Windows color (decimal): -6327915 or 9793951. OLE color: 9793951.

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

Color convert

RGB 159 113 149 -
CMYK 0 0.29 0.06 0.38
HSL 313.04º 0.19% 0.53% -
HSV(B) 313.04º 0.29% 0.62% -
XYZ 25.63 21.35 31.2 -
YUV 130.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 159 113 149 0 0.29 0.06 0.38 313.04 0.19 0.53
Hex 9F 71 95 0 1D 6 26 139 13 35
Octal 237 161 225 0 35 6 46 471 23 65
Binary 10011111 1110001 10010101 0 11101 110 100110 100111001 10011 110101

Color Harmonies of #9F7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7195

Black with #9F7195

Text Example


Text Example

White with #9F7195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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