Html Css Color HEX #9B7591 Mountbatten Pink

📋 copy color: '#9B7591'

red 155 ◦ green 117 ◦ blue 145

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

Shades of Mountbatten Pink #9B7591

Tints of Mountbatten Pink #9B7591

RGB

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

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

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

R = 37.17%
G = 28.06%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B7591 (or 0x9B7591) is known color: Mountbatten Pink. HEX triplet: 9B, 75 and 91. RGB value is (155,117,145). Sum of RGB (Red+Green+Blue) = 155+117+145=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7591 is #648A6E. Grayscale: #838383. Windows color (decimal): -6589039 or 9532827. OLE color: 9532827.

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

Color convert

RGB 155 117 145 -
CMYK 0 0.25 0.06 0.39
HSL 315.79º 0.16% 0.53% -
HSV(B) 315.79º 0.25% 0.61% -
XYZ 24.99 21.74 29.67 -
YUV 131.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 155 117 145 0 0.25 0.06 0.39 315.79 0.16 0.53
Hex 9B 75 91 0 19 6 27 13C 10 35
Octal 233 165 221 0 31 6 47 474 20 65
Binary 10011011 1110101 10010001 0 11001 110 100111 100111100 10000 110101

Color Harmonies of #9B7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7591

Black with #9B7591

Text Example


Text Example

White with #9B7591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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