#9D6C8F

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

Shades of Mountbatten Pink #9D6C8F

Tints of Mountbatten Pink #9D6C8F

Color information

#9D6C8F (or 0x9D6C8F) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 6C and 8F. RGB value is (157,108,143). Sum of RGB (Red+Green+Blue) = 157+108+143=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6C8F is #629370. Grayscale: #7E7E7E. Windows color (decimal): -6460273 or 9399453. OLE color: 9399453.

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

Color convert

RGB157108143-
CMYK00.310.090.38
HSL317.14º20%51.96%-
HSV(B)317.14º31.21%61.57%-
XYZ24.2319.8828.55-
YUV126.64137.23149.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.48%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=38.48%
G=26.47%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710814300.310.090.38317.142051.96
Hex9D6C8F01F92613d1434
Octal23515421703711464752464
Binary10011101110110010001111011111100110011010011110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,108,143); }

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

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

 a { background-color: rgb(157,108,143); }

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

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

 span { border-color: rgb(157,108,143); }

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