Html Css Color HEX #9B7993 Mountbatten Pink

📋 copy color: '#9B7993'

red 155 ◦ green 121 ◦ blue 147

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

Shades of Mountbatten Pink #9B7993

Tints of Mountbatten Pink #9B7993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.75%

R = 36.64%
G = 28.61%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B7993 (or 0x9B7993) is known color: Mountbatten Pink. HEX triplet: 9B, 79 and 93. RGB value is (155,121,147). Sum of RGB (Red+Green+Blue) = 155+121+147=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7993 is #64866C. Grayscale: #868686. Windows color (decimal): -6588013 or 9664923. OLE color: 9664923.

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

Color convert

RGB 155 121 147 -
CMYK 0 0.22 0.05 0.39
HSL 314.12º 0.15% 0.54% -
HSV(B) 314.12º 0.22% 0.61% -
XYZ 25.62 22.75 30.64 -
YUV 134.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 155 121 147 0 0.22 0.05 0.39 314.12 0.15 0.54
Hex 9B 79 93 0 16 5 27 13A F 36
Octal 233 171 223 0 26 5 47 472 17 66
Binary 10011011 1111001 10010011 0 10110 101 100111 100111010 1111 110110

Color Harmonies of #9B7993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7993

Black with #9B7993

Text Example


Text Example

White with #9B7993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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