#936A8C

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

Shades of Mountbatten Pink #936A8C

Tints of Mountbatten Pink #936A8C

Color information

#936A8C (or 0x936A8C) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6A and 8C. RGB value is (147,106,140). Sum of RGB (Red+Green+Blue) = 147+106+140=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #936A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936A8C is #6C9573. Grayscale: #7A7A7A. Windows color (decimal): -7116148 or 9202323. OLE color: 9202323.

HSL color Cylindrical-coordinate representation of color #936A8C: hue angle of 310.24º 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 #936A8C is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147106140-
CMYK00.280.050.42
HSL310.24º16.21%49.61%-
HSV(B)310.24º27.89%57.65%-
XYZ21.9218.427.21-
YUV122.14138.08145.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=37.40%
G=26.97%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710614000.280.050.42310.2416.2149.61
Hex936A8C01C52A1361032
Octal2231522140345524662062
Binary1001001111010101000110001110010110101010011011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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