#946C8E

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

Shades of Mountbatten Pink #946C8E

Tints of Mountbatten Pink #946C8E

Color information

#946C8E (or 0x946C8E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 6C and 8E. RGB value is (148,108,142). Sum of RGB (Red+Green+Blue) = 148+108+142=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #946C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C8E is #6B9371. Grayscale: #7B7B7B. Windows color (decimal): -7050098 or 9333908. OLE color: 9333908.

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

Color convert

RGB148108142-
CMYK00.270.040.42
HSL309º15.75%50.2%-
HSV(B)309º27.03%58.04%-
XYZ22.4618.9728.07-
YUV123.84138.25145.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=37.19%
G=27.14%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810814200.270.040.4230915.7550.2
Hex946C8E01B42A1351032
Octal2241542160334524652062
Binary1001010011011001000111001101110010101010011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946C8E; }

 p { color: rgb(148,108,142); }

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

<style>
 a { background-color: #946C8E; }

 a { background-color: rgb(148,108,142); }

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

<style>
 span { border-color: #946C8E; }

 span { border-color: rgb(148,108,142); }

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