#94698C

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

Shades of Mountbatten Pink #94698C

Tints of Mountbatten Pink #94698C

Color information

#94698C (or 0x94698C) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 69 and 8C. RGB value is (148,105,140). Sum of RGB (Red+Green+Blue) = 148+105+140=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #94698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94698C is #6B9673. Grayscale: #797979. Windows color (decimal): -7050868 or 9202068. OLE color: 9202068.

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

Color convert

RGB148105140-
CMYK00.290.050.42
HSL311.16º17%49.61%-
HSV(B)311.16º29.05%58.04%-
XYZ2218.2927.18-
YUV121.85138.25146.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=37.66%
G=26.72%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810514000.290.050.42311.161749.61
Hex94698C01D52A1371132
Octal2241512140355524672162
Binary1001010011010011000110001110110110101010011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94698C; }

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

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

<style>
 a { background-color: #94698C; }

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

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

<style>
 span { border-color: #94698C; }

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

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