#947589

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

Shades of Mountbatten Pink #947589

Tints of Mountbatten Pink #947589

Color information

#947589 (or 0x947589) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 75 and 89. RGB value is (148,117,137). Sum of RGB (Red+Green+Blue) = 148+117+137=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #947589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947589 is #6B8A76. Grayscale: #808080. Windows color (decimal): -7047799 or 9008532. OLE color: 9008532.

HSL color Cylindrical-coordinate representation of color #947589: hue angle of 321.29º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947589 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148117137-
CMYK00.210.070.42
HSL321.29º12.65%51.96%-
HSV(B)321.29º20.95%58.04%-
XYZ23.0920.8226.47-
YUV128.55132.77141.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=36.82%
G=29.10%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811713700.210.070.42321.2912.6551.96
Hex94758901572A141d34
Octal2241652110257525011564
Binary100101001110101100010010101011111010101010000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947589; }

 p { color: rgb(148,117,137); }

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

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

 a { background-color: rgb(148,117,137); }

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

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

 span { border-color: rgb(148,117,137); }

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