Html Css Color HEX #998095 Mountbatten Pink

📋 copy color: '#998095'

red 153 ◦ green 128 ◦ blue 149

#998095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #998095

Tints of Mountbatten Pink #998095

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 value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998095 (or 0x998095) is known color: 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

RGB 153 128 149 -
CMYK 0 0.16 0.03 0.4
HSL 309.6º 0.11% 0.55% -
HSV(B) 309.6º 0.16% 0.6% -
XYZ 26.28 24.38 31.75 -
YUV 137.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 153 128 149 0 0.16 0.03 0.4 309.6 0.11 0.55
Hex 99 80 95 0 10 3 28 136 B 37
Octal 231 200 225 0 20 3 50 466 13 67
Binary 10011001 10000000 10010101 0 10000 11 101000 100110110 1011 110111

Color Harmonies of #998095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998095

Black with #998095

Text Example


Text Example

White with #998095

Text Example


Text Example

HTML Codes & Css Web 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>