#936A8D

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

Shades of Mountbatten Pink #936A8D

Tints of Mountbatten Pink #936A8D

Color information

#936A8D (or 0x936A8D) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6A and 8D. RGB value is (147,106,141). Sum of RGB (Red+Green+Blue) = 147+106+141=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #936A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936A8D is #6C9572. Grayscale: #7A7A7A. Windows color (decimal): -7116147 or 9267859. OLE color: 9267859.

HSL color Cylindrical-coordinate representation of color #936A8D: hue angle of 308.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A8D is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB147106141-
CMYK00.280.040.42
HSL308.78º16.21%49.61%-
HSV(B)308.78º27.89%57.65%-
XYZ21.9918.4327.6-
YUV122.25138.58145.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=37.31%
G=26.90%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710614100.280.040.42308.7816.2149.61
Hex936A8D01C42A1351032
Octal2231522150344524652062
Binary1001001111010101000110101110010010101010011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936A8D; }

 p { color: rgb(147,106,141); }

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

<style>
 a { background-color: #936A8D; }

 a { background-color: rgb(147,106,141); }

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

<style>
 span { border-color: #936A8D; }

 span { border-color: rgb(147,106,141); }

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