Html Css Color HEX #987993 Mountbatten Pink

📋 copy color: '#987993'

red 152 ◦ green 121 ◦ blue 147

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

Shades of Mountbatten Pink #987993

Tints of Mountbatten Pink #987993

RGB

 RED value IS 152 (59.77% from 255) = 36.19%

 GREEN value IS 121 (47.66% from 255) = 28.81%

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

R = 36.19%
G = 28.81%
B = 35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#987993 (or 0x987993) is known color: Mountbatten Pink. HEX triplet: 98, 79 and 93. RGB value is (152,121,147). Sum of RGB (Red+Green+Blue) = 152+121+147=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #987993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987993 is #67866C. Grayscale: #858585. Windows color (decimal): -6784621 or 9664920. OLE color: 9664920.

HSL color Cylindrical-coordinate representation of color #987993: hue angle of 309.68º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987993 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 147 -
CMYK 0 0.20 0.03 0.40
HSL 309.68º 0.13% 0.54% -
HSV(B) 309.68º 0.2% 0.6% -
XYZ 25.05 22.46 30.62 -
YUV 133.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 152 121 147 0 0.20 0.03 0.40 309.68 0.13 0.54
Hex 98 79 93 0 14 3 28 136 D 36
Octal 230 171 223 0 24 3 50 466 15 66
Binary 10011000 1111001 10010011 0 10100 11 101000 100110110 1101 110110

Color Harmonies of #987993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987993

Black with #987993

Text Example


Text Example

White with #987993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987993; }

 p { color: rgb(152,121,147); }

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

background-color css

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

 a { background-color: rgb(152,121,147); }

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

border-color css

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

 span { border-color: rgb(152,121,147); }

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