#9E6590

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

Shades of Mountbatten Pink #9E6590

Tints of Mountbatten Pink #9E6590

Color information

#9E6590 (or 0x9E6590) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 65 and 90. RGB value is (158,101,144). Sum of RGB (Red+Green+Blue) = 158+101+144=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6590 is #619A6F. Grayscale: #7A7A7A. Windows color (decimal): -6396528 or 9463198. OLE color: 9463198.

HSL color Cylindrical-coordinate representation of color #9E6590: hue angle of 314.74º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E6590 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB158101144-
CMYK00.360.090.38
HSL314.74º22.71%50.78%-
HSV(B)314.74º36.08%61.96%-
XYZ23.7918.5928.72-
YUV122.94139.88153-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.21%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=39.21%
G=25.06%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810114400.360.090.38314.7422.7150.78
Hex9E659002492613b1733
Octal23614522004411464732763
Binary100111101100101100100000100100100110011010011101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E6590; }

 p { color: rgb(158,101,144); }

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

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

 a { background-color: rgb(158,101,144); }

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

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

 span { border-color: rgb(158,101,144); }

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