Html Css Color HEX #9B8591 Mountbatten Pink

📋 copy color: '#9B8591'

red 155 ◦ green 133 ◦ blue 145

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

Shades of Mountbatten Pink #9B8591

Tints of Mountbatten Pink #9B8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

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

R = 35.8%
G = 30.72%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B8591 (or 0x9B8591) is known color: Mountbatten Pink. HEX triplet: 9B, 85 and 91. RGB value is (155,133,145). Sum of RGB (Red+Green+Blue) = 155+133+145=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8591 is #647A6E. Grayscale: #8C8C8C. Windows color (decimal): -6584943 or 9536923. OLE color: 9536923.

HSL color Cylindrical-coordinate representation of color #9B8591: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8591 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 133 145 -
CMYK 0 0.14 0.06 0.39
HSL 327.27º 0.1% 0.56% -
HSV(B) 327.27º 0.14% 0.61% -
XYZ 27.02 25.79 30.34 -
YUV 140.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 155 133 145 0 0.14 0.06 0.39 327.27 0.1 0.56
Hex 9B 85 91 0 E 6 27 147 A 38
Octal 233 205 221 0 16 6 47 507 12 70
Binary 10011011 10000101 10010001 0 1110 110 100111 101000111 1010 111000

Color Harmonies of #9B8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8591

Black with #9B8591

Text Example


Text Example

White with #9B8591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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