Html Css Color HEX #998693 Mountbatten Pink

📋 copy color: '#998693'

red 153 ◦ green 134 ◦ blue 147

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

Shades of Mountbatten Pink #998693

Tints of Mountbatten Pink #998693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 35.25%
G = 30.88%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#998693 (or 0x998693) is known color: Mountbatten Pink. HEX triplet: 99, 86 and 93. RGB value is (153,134,147). Sum of RGB (Red+Green+Blue) = 153+134+147=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998693 is #66796C. Grayscale: #8D8D8D. Windows color (decimal): -6715757 or 9668249. OLE color: 9668249.

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

Color convert

RGB 153 134 147 -
CMYK 0 0.12 0.04 0.4
HSL 318.95º 0.09% 0.56% -
HSV(B) 318.95º 0.12% 0.6% -
XYZ 26.93 25.93 31.19 -
YUV 141.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 153 134 147 0 0.12 0.04 0.4 318.95 0.09 0.56
Hex 99 86 93 0 C 4 28 13F 9 38
Octal 231 206 223 0 14 4 50 477 11 70
Binary 10011001 10000110 10010011 0 1100 100 101000 100111111 1001 111000

Color Harmonies of #998693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998693

Black with #998693

Text Example


Text Example

White with #998693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998693; }

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

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

background-color css

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

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

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

border-color css

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

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

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