#947390

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

Shades of Mountbatten Pink #947390

Tints of Mountbatten Pink #947390

Color information

#947390 (or 0x947390) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 73 and 90. RGB value is (148,115,144). Sum of RGB (Red+Green+Blue) = 148+115+144=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #947390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947390 is #6B8C6F. Grayscale: #808080. Windows color (decimal): -7048304 or 9466772. OLE color: 9466772.

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

Color convert

RGB148115144-
CMYK00.220.030.42
HSL307.27º13.36%51.57%-
HSV(B)307.27º22.3%58.04%-
XYZ23.3820.5729.12-
YUV128.17136.93142.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=36.36%
G=28.26%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811514400.220.030.42307.2713.3651.57
Hex94739001632A133d34
Octal2241632200263524631564
Binary10010100111001110010000010110111010101001100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947390; }

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

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

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

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

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

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

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

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