#998095

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

Shades of Mountbatten Pink #998095

Tints of Mountbatten Pink #998095

Color information

#998095 (or 0x998095) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 80 and 95. RGB value is (153,128,149). Sum of RGB (Red+Green+Blue) = 153+128+149=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998095 is #667F6A. Grayscale: #898989. Windows color (decimal): -6717291 or 9797785. OLE color: 9797785.

HSL color Cylindrical-coordinate representation of color #998095: hue angle of 309.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998095 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153128149-
CMYK00.160.030.4
HSL309.6º10.92%55.1%-
HSV(B)309.6º16.34%60%-
XYZ26.2824.3831.75-
YUV137.87134.28138.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=35.58%
G=29.77%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312814900.160.030.4309.610.9255.1
Hex998095010328136b37
Octal2312002250203504661367
Binary100110011000000010010101010000111010001001101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998095; }

 p { color: rgb(153,128,149); }

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

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

 a { background-color: rgb(153,128,149); }

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

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

 span { border-color: rgb(153,128,149); }

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