#9A6B8E

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

Shades of Mountbatten Pink #9A6B8E

Tints of Mountbatten Pink #9A6B8E

Color information

#9A6B8E (or 0x9A6B8E) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 6B and 8E. RGB value is (154,107,142). Sum of RGB (Red+Green+Blue) = 154+107+142=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B8E is #659471. Grayscale: #7C7C7C. Windows color (decimal): -6657138 or 9333658. OLE color: 9333658.

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

Color convert

RGB154107142-
CMYK00.310.080.40
HSL315.32º18.88%51.18%-
HSV(B)315.32º30.52%60.39%-
XYZ23.4719.3428.09-
YUV125.04137.57148.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=38.21%
G=26.55%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410714200.310.080.40315.3218.8851.18
Hex9A6B8E01F82813b1333
Octal23215321603710504732363
Binary10011010110101110001110011111100010100010011101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,107,142); }

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

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

 a { background-color: rgb(154,107,142); }

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

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

 span { border-color: rgb(154,107,142); }

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