#987393

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

Shades of Mountbatten Pink #987393

Tints of Mountbatten Pink #987393

Color information

#987393 (or 0x987393) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 73 and 93. RGB value is (152,115,147). Sum of RGB (Red+Green+Blue) = 152+115+147=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #987393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987393 is #678C6C. Grayscale: #818181. Windows color (decimal): -6786157 or 9663384. OLE color: 9663384.

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

Color convert

RGB152115147-
CMYK00.240.030.40
HSL308.11º15.23%52.35%-
HSV(B)308.11º24.34%59.61%-
XYZ24.3521.0430.38-
YUV129.71137.76143.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=36.71%
G=27.78%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211514700.240.030.40308.1115.2352.35
Hex987393018328134f34
Octal2301632230303504641764
Binary10011000111001110010011011000111010001001101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987393; }

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

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

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

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

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

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

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

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