#946D8C

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

Shades of Mountbatten Pink #946D8C

Tints of Mountbatten Pink #946D8C

Color information

#946D8C (or 0x946D8C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 6D and 8C. RGB value is (148,109,140). Sum of RGB (Red+Green+Blue) = 148+109+140=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #946D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D8C is #6B9273. Grayscale: #7C7C7C. Windows color (decimal): -7049844 or 9203092. OLE color: 9203092.

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

Color convert

RGB148109140-
CMYK00.260.050.42
HSL312.31º15.42%50.39%-
HSV(B)312.31º26.35%58.04%-
XYZ22.4219.1327.32-
YUV124.2136.92144.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=37.28%
G=27.46%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810914000.260.050.42312.3115.4250.39
Hex946D8C01A52A138f32
Octal2241552140325524701762
Binary100101001101101100011000110101011010101001110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,109,140); }

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

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

 a { background-color: rgb(148,109,140); }

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

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

 span { border-color: rgb(148,109,140); }

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