#947890

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

Shades of Mountbatten Pink #947890

Tints of Mountbatten Pink #947890

Color information

#947890 (or 0x947890) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 78 and 90. RGB value is (148,120,144). Sum of RGB (Red+Green+Blue) = 148+120+144=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #947890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947890 is #6B876F. Grayscale: #838383. Windows color (decimal): -7047024 or 9468052. OLE color: 9468052.

HSL color Cylindrical-coordinate representation of color #947890: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #947890 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148120144-
CMYK00.190.030.42
HSL308.57º11.57%52.55%-
HSV(B)308.57º18.92%58.04%-
XYZ23.9621.7429.32-
YUV131.11135.28140.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=35.92%
G=29.13%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812014400.190.030.42308.5711.5752.55
Hex94789001332A135c35
Octal2241702200233524651465
Binary10010100111100010010000010011111010101001101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947890; }

 p { color: rgb(148,120,144); }

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

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

 a { background-color: rgb(148,120,144); }

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

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

 span { border-color: rgb(148,120,144); }

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