Html Css Color HEX #9D7591 Mountbatten Pink

📋 copy color: '#9D7591'

red 157 ◦ green 117 ◦ blue 145

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

Shades of Mountbatten Pink #9D7591

Tints of Mountbatten Pink #9D7591

RGB

 RED value IS 157 (61.72% from 255) = 37.47%

 GREEN value IS 117 (46.09% from 255) = 27.92%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 37.47%
G = 27.92%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D7591 (or 0x9D7591) is known color: Mountbatten Pink. HEX triplet: 9D, 75 and 91. RGB value is (157,117,145). Sum of RGB (Red+Green+Blue) = 157+117+145=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7591 is #628A6E. Grayscale: #848484. Windows color (decimal): -6457967 or 9532829. OLE color: 9532829.

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

Color convert

RGB 157 117 145 -
CMYK 0 0.25 0.08 0.38
HSL 318º 0.17% 0.54% -
HSV(B) 318º 0.25% 0.62% -
XYZ 25.38 21.94 29.68 -
YUV 132.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 157 117 145 0 0.25 0.08 0.38 318 0.17 0.54
Hex 9D 75 91 0 19 8 26 13E 11 36
Octal 235 165 221 0 31 10 46 476 21 66
Binary 10011101 1110101 10010001 0 11001 1000 100110 100111110 10001 110110

Color Harmonies of #9D7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7591

Black with #9D7591

Text Example


Text Example

White with #9D7591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,145); }

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

background-color css

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

 a { background-color: rgb(157,117,145); }

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

border-color css

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

 span { border-color: rgb(157,117,145); }

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