Html Css Color HEX #998194 Mountbatten Pink

📋 copy color: '#998194'

red 153 ◦ green 129 ◦ blue 148

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

Shades of Mountbatten Pink #998194

Tints of Mountbatten Pink #998194

RGB

 RED value IS 153 (60.16% from 255) = 35.58%

 GREEN value IS 129 (50.78% from 255) = 30%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 35.58%
G = 30%
B = 34.42%

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

#998194 (or 0x998194) is known color: Mountbatten Pink. HEX triplet: 99, 81 and 94. RGB value is (153,129,148). Sum of RGB (Red+Green+Blue) = 153+129+148=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998194 is #667E6B. Grayscale: #8A8A8A. Windows color (decimal): -6717036 or 9732505. OLE color: 9732505.

HSL color Cylindrical-coordinate representation of color #998194: hue angle of 312.5º 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 #998194 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 129 148 -
CMYK 0 0.16 0.03 0.4
HSL 312.5º 0.11% 0.55% -
HSV(B) 312.5º 0.16% 0.6% -
XYZ 26.33 24.61 31.38 -
YUV 138.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 153 129 148 0 0.16 0.03 0.4 312.5 0.11 0.55
Hex 99 81 94 0 10 3 28 138 B 37
Octal 231 201 224 0 20 3 50 470 13 67
Binary 10011001 10000001 10010100 0 10000 11 101000 100111000 1011 110111

Color Harmonies of #998194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998194

Black with #998194

Text Example


Text Example

White with #998194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998194; }

 p { color: rgb(153,129,148); }

 H1.HeaderClassName
 {
   color: #998194;
 }
 .AnyTagClassName
 {
   color: #998194;
 }
</style>

background-color css

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

 a { background-color: rgb(153,129,148); }

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

border-color css

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

 span { border-color: rgb(153,129,148); }

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