Html Css Color HEX #9B7589 Mountbatten Pink

📋 copy color: '#9B7589'

red 155 ◦ green 117 ◦ blue 137

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

Shades of Mountbatten Pink #9B7589

Tints of Mountbatten Pink #9B7589

RGB

 RED value IS 155 (60.94% from 255) = 37.9%

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

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 37.9%
G = 28.61%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B7589 (or 0x9B7589) is known color: Mountbatten Pink. HEX triplet: 9B, 75 and 89. RGB value is (155,117,137). Sum of RGB (Red+Green+Blue) = 155+117+137=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7589 is #648A76. Grayscale: #828282. Windows color (decimal): -6589047 or 9008539. OLE color: 9008539.

HSL color Cylindrical-coordinate representation of color #9B7589: hue angle of 328.42º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7589 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 137 -
CMYK 0 0.25 0.12 0.39
HSL 328.42º 0.16% 0.53% -
HSV(B) 328.42º 0.25% 0.61% -
XYZ 24.39 21.5 26.53 -
YUV 130.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 155 117 137 0 0.25 0.12 0.39 328.42 0.16 0.53
Hex 9B 75 89 0 19 C 27 148 10 35
Octal 233 165 211 0 31 14 47 510 20 65
Binary 10011011 1110101 10001001 0 11001 1100 100111 101001000 10000 110101

Color Harmonies of #9B7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7589

Black with #9B7589

Text Example


Text Example

White with #9B7589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,137); }

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

background-color css

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

 a { background-color: rgb(155,117,137); }

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

border-color css

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

 span { border-color: rgb(155,117,137); }

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