#9B6D93

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

Shades of Mountbatten Pink #9B6D93

Tints of Mountbatten Pink #9B6D93

Color information

#9B6D93 (or 0x9B6D93) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 6D and 93. RGB value is (155,109,147). Sum of RGB (Red+Green+Blue) = 155+109+147=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6D93 is #64926C. Grayscale: #7E7E7E. Windows color (decimal): -6591085 or 9661851. OLE color: 9661851.

HSL color Cylindrical-coordinate representation of color #9B6D93: hue angle of 310.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6D93 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB155109147-
CMYK00.300.050.39
HSL310.43º18.7%51.76%-
HSV(B)310.43º29.68%60.78%-
XYZ24.2520.0130.19-
YUV127.09139.24147.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=37.71%
G=26.52%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510914700.300.050.39310.4318.751.76
Hex9B6D9301E5271361334
Octal2331552230365474662364
Binary1001101111011011001001101111010110011110011011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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