Html Css Color HEX #9B7A8D Mountbatten Pink

📋 copy color: '#9B7A8D'

red 155 ◦ green 122 ◦ blue 141

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

Shades of Mountbatten Pink #9B7A8D

Tints of Mountbatten Pink #9B7A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.19%

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 37.08%
G = 29.19%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B7A8D (or 0x9B7A8D) is known color: Mountbatten Pink. HEX triplet: 9B, 7A and 8D. RGB value is (155,122,141). Sum of RGB (Red+Green+Blue) = 155+122+141=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A8D is #648572. Grayscale: #858585. Windows color (decimal): -6587763 or 9271963. OLE color: 9271963.

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

Color convert

RGB 155 122 141 -
CMYK 0 0.21 0.09 0.39
HSL 325.45º 0.14% 0.54% -
HSV(B) 325.45º 0.21% 0.61% -
XYZ 25.28 22.81 28.27 -
YUV 134.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 155 122 141 0 0.21 0.09 0.39 325.45 0.14 0.54
Hex 9B 7A 8D 0 15 9 27 145 E 36
Octal 233 172 215 0 25 11 47 505 16 66
Binary 10011011 1111010 10001101 0 10101 1001 100111 101000101 1110 110110

Color Harmonies of #9B7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A8D

Black with #9B7A8D

Text Example


Text Example

White with #9B7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,122,141); }

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

background-color css

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

 a { background-color: rgb(155,122,141); }

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

border-color css

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

 span { border-color: rgb(155,122,141); }

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