#947590

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

Shades of Mountbatten Pink #947590

Tints of Mountbatten Pink #947590

Color information

#947590 (or 0x947590) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 75 and 90. RGB value is (148,117,144). Sum of RGB (Red+Green+Blue) = 148+117+144=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #947590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947590 is #6B8A6F. Grayscale: #818181. Windows color (decimal): -7047792 or 9467284. OLE color: 9467284.

HSL color Cylindrical-coordinate representation of color #947590: hue angle of 307.74º 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 #947590 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148117144-
CMYK00.210.030.42
HSL307.74º12.65%51.96%-
HSV(B)307.74º20.95%58.04%-
XYZ23.6121.0329.2-
YUV129.35136.27141.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=36.19%
G=28.61%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811714400.210.030.42307.7412.6551.96
Hex94759001532A134d34
Octal2241652200253524641564
Binary10010100111010110010000010101111010101001101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947590; }

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

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

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

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

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

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

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

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