#9B6E92

Color #9B6E92 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9B6E92

Tints of Mountbatten Pink #9B6E92

Color information

#9B6E92 (or 0x9B6E92) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 6E and 92. RGB value is (155,110,146). Sum of RGB (Red+Green+Blue) = 155+110+146=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E92 is #64916D. Grayscale: #7F7F7F. Windows color (decimal): -6590830 or 9596571. OLE color: 9596571.

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

Color convert

RGB155110146-
CMYK00.290.060.39
HSL312º18.37%51.96%-
HSV(B)312º29.03%60.78%-
XYZ24.2820.229.81-
YUV127.56138.41147.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=37.71%
G=26.76%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511014600.290.060.3931218.3751.96
Hex9B6E9201D6271381234
Octal2331562220356474702264
Binary1001101111011101001001001110111010011110011100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B6E92;
 }
 .AnyTagClassName
 {
   color: #9B6E92;
 }
</style>
background-color css

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

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

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

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

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

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