Html Css Color HEX #9B7996 Mountbatten Pink

📋 copy color: '#9B7996'

red 155 ◦ green 121 ◦ blue 150

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

Shades of Mountbatten Pink #9B7996

Tints of Mountbatten Pink #9B7996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 36.38%
G = 28.4%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B7996 (or 0x9B7996) is known color: Mountbatten Pink. HEX triplet: 9B, 79 and 96. RGB value is (155,121,150). Sum of RGB (Red+Green+Blue) = 155+121+150=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7996 is #648669. Grayscale: #868686. Windows color (decimal): -6588010 or 9861531. OLE color: 9861531.

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

Color convert

RGB 155 121 150 -
CMYK 0 0.22 0.03 0.39
HSL 308.82º 0.15% 0.54% -
HSV(B) 308.82º 0.22% 0.61% -
XYZ 25.86 22.85 31.9 -
YUV 134.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 155 121 150 0 0.22 0.03 0.39 308.82 0.15 0.54
Hex 9B 79 96 0 16 3 27 135 F 36
Octal 233 171 226 0 26 3 47 465 17 66
Binary 10011011 1111001 10010110 0 10110 11 100111 100110101 1111 110110

Color Harmonies of #9B7996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7996

Black with #9B7996

Text Example


Text Example

White with #9B7996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,150); }

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

background-color css

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

 a { background-color: rgb(155,121,150); }

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

border-color css

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

 span { border-color: rgb(155,121,150); }

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