#987693

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

Shades of Mountbatten Pink #987693

Tints of Mountbatten Pink #987693

Color information

#987693 (or 0x987693) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 76 and 93. RGB value is (152,118,147). Sum of RGB (Red+Green+Blue) = 152+118+147=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #987693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987693 is #67896C. Grayscale: #838383. Windows color (decimal): -6785389 or 9664152. OLE color: 9664152.

HSL color Cylindrical-coordinate representation of color #987693: hue angle of 308.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987693 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152118147-
CMYK00.220.030.40
HSL308.82º14.17%52.94%-
HSV(B)308.82º22.37%59.61%-
XYZ24.6921.7430.5-
YUV131.47136.76142.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=36.45%
G=28.30%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211814700.220.030.40308.8214.1752.94
Hex987693016328135e35
Octal2301662230263504651665
Binary10011000111011010010011010110111010001001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987693; }

 p { color: rgb(152,118,147); }

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

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

 a { background-color: rgb(152,118,147); }

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

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

 span { border-color: rgb(152,118,147); }

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