Html Css Color HEX #9B7192 Mountbatten Pink

📋 copy color: '#9B7192'

red 155 ◦ green 113 ◦ blue 146

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

Shades of Mountbatten Pink #9B7192

Tints of Mountbatten Pink #9B7192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 37.44%
G = 27.29%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B7192 (or 0x9B7192) is known color: Mountbatten Pink. HEX triplet: 9B, 71 and 92. RGB value is (155,113,146). Sum of RGB (Red+Green+Blue) = 155+113+146=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7192 is #648E6D. Grayscale: #818181. Windows color (decimal): -6590062 or 9597339. OLE color: 9597339.

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

Color convert

RGB 155 113 146 -
CMYK 0 0.27 0.06 0.39
HSL 312.86º 0.17% 0.53% -
HSV(B) 312.86º 0.27% 0.61% -
XYZ 24.61 20.85 29.92 -
YUV 129.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 155 113 146 0 0.27 0.06 0.39 312.86 0.17 0.53
Hex 9B 71 92 0 1B 6 27 139 11 35
Octal 233 161 222 0 33 6 47 471 21 65
Binary 10011011 1110001 10010010 0 11011 110 100111 100111001 10001 110101

Color Harmonies of #9B7192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7192

Black with #9B7192

Text Example


Text Example

White with #9B7192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,146); }

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

background-color css

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

 a { background-color: rgb(155,113,146); }

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

border-color css

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

 span { border-color: rgb(155,113,146); }

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