#9A6C90

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

Shades of Mountbatten Pink #9A6C90

Tints of Mountbatten Pink #9A6C90

Color information

#9A6C90 (or 0x9A6C90) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 6C and 90. RGB value is (154,108,144). Sum of RGB (Red+Green+Blue) = 154+108+144=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C90 is #65936F. Grayscale: #7D7D7D. Windows color (decimal): -6656880 or 9464986. OLE color: 9464986.

HSL color Cylindrical-coordinate representation of color #9A6C90: hue angle of 313.04º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C90 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB154108144-
CMYK00.300.060.40
HSL313.04º18.55%51.37%-
HSV(B)313.04º29.87%60.39%-
XYZ23.7219.6128.92-
YUV125.86138.24148.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.93%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=37.93%
G=26.60%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410814400.300.060.40313.0418.5551.37
Hex9A6C9001E6281391333
Octal2321542200366504712363
Binary1001101011011001001000001111011010100010011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,144); }

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

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

 a { background-color: rgb(154,108,144); }

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

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

 span { border-color: rgb(154,108,144); }

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