#9C6F8E

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

Shades of Mountbatten Pink #9C6F8E

Tints of Mountbatten Pink #9C6F8E

Color information

#9C6F8E (or 0x9C6F8E) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 6F and 8E. RGB value is (156,111,142). Sum of RGB (Red+Green+Blue) = 156+111+142=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F8E is #639071. Grayscale: #7F7F7F. Windows color (decimal): -6525042 or 9334684. OLE color: 9334684.

HSL color Cylindrical-coordinate representation of color #9C6F8E: hue angle of 318.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C6F8E is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB156111142-
CMYK00.290.090.39
HSL318.67º18.52%52.35%-
HSV(B)318.67º28.85%61.18%-
XYZ24.2820.3928.25-
YUV127.99135.91147.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=38.14%
G=27.14%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611114200.290.090.39318.6718.5252.35
Hex9C6F8E01D92713f1334
Octal23415721603511474772364
Binary10011100110111110001110011101100110011110011111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,111,142); }

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

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

 a { background-color: rgb(156,111,142); }

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

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

 span { border-color: rgb(156,111,142); }

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