Html Css Color HEX #9B7C92 Mountbatten Pink

📋 copy color: '#9B7C92'

red 155 ◦ green 124 ◦ blue 146

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

Shades of Mountbatten Pink #9B7C92

Tints of Mountbatten Pink #9B7C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

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

R = 36.47%
G = 29.18%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B7C92 (or 0x9B7C92) is known color: Mountbatten Pink. HEX triplet: 9B, 7C and 92. RGB value is (155,124,146). Sum of RGB (Red+Green+Blue) = 155+124+146=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C92 is #64836D. Grayscale: #878787. Windows color (decimal): -6587246 or 9600155. OLE color: 9600155.

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

Color convert

RGB 155 124 146 -
CMYK 0 0.2 0.06 0.39
HSL 317.42º 0.13% 0.55% -
HSV(B) 317.42º 0.2% 0.61% -
XYZ 25.91 23.46 30.36 -
YUV 135.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 155 124 146 0 0.2 0.06 0.39 317.42 0.13 0.55
Hex 9B 7C 92 0 14 6 27 13D D 37
Octal 233 174 222 0 24 6 47 475 15 67
Binary 10011011 1111100 10010010 0 10100 110 100111 100111101 1101 110111

Color Harmonies of #9B7C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C92

Black with #9B7C92

Text Example


Text Example

White with #9B7C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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