Html Css Color HEX #998593 Mountbatten Pink

📋 copy color: '#998593'

red 153 ◦ green 133 ◦ blue 147

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

Shades of Mountbatten Pink #998593

Tints of Mountbatten Pink #998593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 35.33%
G = 30.72%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#998593 (or 0x998593) is known color: Mountbatten Pink. HEX triplet: 99, 85 and 93. RGB value is (153,133,147). Sum of RGB (Red+Green+Blue) = 153+133+147=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #998593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998593 is #667A6C. Grayscale: #8C8C8C. Windows color (decimal): -6716013 or 9667993. OLE color: 9667993.

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

Color convert

RGB 153 133 147 -
CMYK 0 0.13 0.04 0.4
HSL 318º 0.09% 0.56% -
HSV(B) 318º 0.13% 0.6% -
XYZ 26.79 25.65 31.14 -
YUV 140.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 153 133 147 0 0.13 0.04 0.4 318 0.09 0.56
Hex 99 85 93 0 D 4 28 13E 9 38
Octal 231 205 223 0 15 4 50 476 11 70
Binary 10011001 10000101 10010011 0 1101 100 101000 100111110 1001 111000

Color Harmonies of #998593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998593

Black with #998593

Text Example


Text Example

White with #998593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998593; }

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

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

background-color css

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

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

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

border-color css

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

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

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