Html Css Color HEX #98758C Mountbatten Pink

📋 copy color: '#98758C'

red 152 ◦ green 117 ◦ blue 140

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

Shades of Mountbatten Pink #98758C

Tints of Mountbatten Pink #98758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 37.16%
G = 28.61%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98758C (or 0x98758C) is known color: Mountbatten Pink. HEX triplet: 98, 75 and 8C. RGB value is (152,117,140). Sum of RGB (Red+Green+Blue) = 152+117+140=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98758C is #678A73. Grayscale: #828282. Windows color (decimal): -6785652 or 9205144. OLE color: 9205144.

HSL color Cylindrical-coordinate representation of color #98758C: hue angle of 320.57º 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 #98758C is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 140 -
CMYK 0 0.23 0.08 0.40
HSL 320.57º 0.15% 0.53% -
HSV(B) 320.57º 0.23% 0.6% -
XYZ 24.04 21.29 27.65 -
YUV 130.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 152 117 140 0 0.23 0.08 0.40 320.57 0.15 0.53
Hex 98 75 8C 0 17 8 28 141 F 35
Octal 230 165 214 0 27 10 50 501 17 65
Binary 10011000 1110101 10001100 0 10111 1000 101000 101000001 1111 110101

Color Harmonies of #98758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98758C

Black with #98758C

Text Example


Text Example

White with #98758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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