Html Css Color HEX #9B8095 Mountbatten Pink

📋 copy color: '#9B8095'

red 155 ◦ green 128 ◦ blue 149

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

Shades of Mountbatten Pink #9B8095

Tints of Mountbatten Pink #9B8095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

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

R = 35.88%
G = 29.63%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B8095 (or 0x9B8095) is known color: Mountbatten Pink. HEX triplet: 9B, 80 and 95. RGB value is (155,128,149). Sum of RGB (Red+Green+Blue) = 155+128+149=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8095 is #647F6A. Grayscale: #8A8A8A. Windows color (decimal): -6586219 or 9797787. OLE color: 9797787.

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

Color convert

RGB 155 128 149 -
CMYK 0 0.17 0.04 0.39
HSL 313.33º 0.12% 0.55% -
HSV(B) 313.33º 0.17% 0.61% -
XYZ 26.66 24.58 31.77 -
YUV 138.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 155 128 149 0 0.17 0.04 0.39 313.33 0.12 0.55
Hex 9B 80 95 0 11 4 27 139 C 37
Octal 233 200 225 0 21 4 47 471 14 67
Binary 10011011 10000000 10010101 0 10001 100 100111 100111001 1100 110111

Color Harmonies of #9B8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8095

Black with #9B8095

Text Example


Text Example

White with #9B8095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,149); }

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

background-color css

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

 a { background-color: rgb(155,128,149); }

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

border-color css

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

 span { border-color: rgb(155,128,149); }

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