#946B8E

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

Shades of Mountbatten Pink #946B8E

Tints of Mountbatten Pink #946B8E

Color information

#946B8E (or 0x946B8E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 6B and 8E. RGB value is (148,107,142). Sum of RGB (Red+Green+Blue) = 148+107+142=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #946B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946B8E is #6B9471. Grayscale: #7B7B7B. Windows color (decimal): -7050354 or 9333652. OLE color: 9333652.

HSL color Cylindrical-coordinate representation of color #946B8E: 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 #946B8E is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB148107142-
CMYK00.280.040.42
HSL308.78º16.08%50%-
HSV(B)308.78º27.7%58.04%-
XYZ22.3518.7628.03-
YUV123.25138.58145.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=37.28%
G=26.95%
B=35.77%

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
Decimal14810714200.280.040.42308.7816.0850
Hex946B8E01C42A1351032
Octal2241532160344524652062
Binary1001010011010111000111001110010010101010011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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