#987993

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

Shades of Mountbatten Pink #987993

Tints of Mountbatten Pink #987993

Color information

#987993 (or 0x987993) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 79 and 93. RGB value is (152,121,147). Sum of RGB (Red+Green+Blue) = 152+121+147=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #987993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987993 is #67866C. Grayscale: #858585. Windows color (decimal): -6784621 or 9664920. OLE color: 9664920.

HSL color Cylindrical-coordinate representation of color #987993: hue angle of 309.68º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987993 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152121147-
CMYK00.200.030.40
HSL309.68º13.08%53.53%-
HSV(B)309.68º20.39%59.61%-
XYZ25.0522.4630.62-
YUV133.23135.77141.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 147 (57.81% from 255) = 35%
R=36.19%
G=28.81%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212114700.200.030.40309.6813.0853.53
Hex987993014328136d36
Octal2301712230243504661566
Binary10011000111100110010011010100111010001001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987993; }

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

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

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

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

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

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

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

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