Html Css Color HEX #987592 Mountbatten Pink

📋 copy color: '#987592'

red 152 ◦ green 117 ◦ blue 146

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

Shades of Mountbatten Pink #987592

Tints of Mountbatten Pink #987592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.19%

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 36.63%
G = 28.19%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#987592 (or 0x987592) is known color: Mountbatten Pink. HEX triplet: 98, 75 and 92. RGB value is (152,117,146). Sum of RGB (Red+Green+Blue) = 152+117+146=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #987592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987592 is #678A6D. Grayscale: #828282. Windows color (decimal): -6785646 or 9598360. OLE color: 9598360.

HSL color Cylindrical-coordinate representation of color #987592: hue angle of 310.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987592 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 146 -
CMYK 0 0.23 0.04 0.40
HSL 310.29º 0.15% 0.53% -
HSV(B) 310.29º 0.23% 0.6% -
XYZ 24.5 21.47 30.05 -
YUV 130.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 152 117 146 0 0.23 0.04 0.40 310.29 0.15 0.53
Hex 98 75 92 0 17 4 28 136 F 35
Octal 230 165 222 0 27 4 50 466 17 65
Binary 10011000 1110101 10010010 0 10111 100 101000 100110110 1111 110101

Color Harmonies of #987592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987592

Black with #987592

Text Example


Text Example

White with #987592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987592; }

 p { color: rgb(152,117,146); }

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

background-color css

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

 a { background-color: rgb(152,117,146); }

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

border-color css

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

 span { border-color: rgb(152,117,146); }

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