#998393

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

Shades of Mountbatten Pink #998393

Tints of Mountbatten Pink #998393

Color information

#998393 (or 0x998393) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 83 and 93. RGB value is (153,131,147). Sum of RGB (Red+Green+Blue) = 153+131+147=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998393 is #667C6C. Grayscale: #8B8B8B. Windows color (decimal): -6716525 or 9667481. OLE color: 9667481.

HSL color Cylindrical-coordinate representation of color #998393: hue angle of 316.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998393 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB153131147-
CMYK00.140.040.4
HSL316.36º9.73%55.69%-
HSV(B)316.36º14.38%60%-
XYZ26.5225.1131.05-
YUV139.4132.29137.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=35.50%
G=30.39%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313114700.140.040.4316.369.7355.69
Hex9983930E42813ca38
Octal2312032230164504741270
Binary100110011000001110010011011101001010001001111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998393; }

 p { color: rgb(153,131,147); }

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

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

 a { background-color: rgb(153,131,147); }

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

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

 span { border-color: rgb(153,131,147); }

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