Html Css Color HEX #98738B Mountbatten Pink

📋 copy color: '#98738B'

red 152 ◦ green 115 ◦ blue 139

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

Shades of Mountbatten Pink #98738B

Tints of Mountbatten Pink #98738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.33%

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 37.44%
G = 28.33%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98738B (or 0x98738B) is known color: Mountbatten Pink. HEX triplet: 98, 73 and 8B. RGB value is (152,115,139). Sum of RGB (Red+Green+Blue) = 152+115+139=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #98738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98738B is #678C74. Grayscale: #808080. Windows color (decimal): -6786165 or 9139096. OLE color: 9139096.

HSL color Cylindrical-coordinate representation of color #98738B: hue angle of 321.08º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98738B is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 139 -
CMYK 0 0.24 0.09 0.40
HSL 321.08º 0.15% 0.52% -
HSV(B) 321.08º 0.24% 0.6% -
XYZ 23.74 20.8 27.19 -
YUV 128.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 152 115 139 0 0.24 0.09 0.40 321.08 0.15 0.52
Hex 98 73 8B 0 18 9 28 141 F 34
Octal 230 163 213 0 30 11 50 501 17 64
Binary 10011000 1110011 10001011 0 11000 1001 101000 101000001 1111 110100

Color Harmonies of #98738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98738B

Black with #98738B

Text Example


Text Example

White with #98738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98738B; }

 p { color: rgb(152,115,139); }

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

background-color css

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

 a { background-color: rgb(152,115,139); }

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

border-color css

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

 span { border-color: rgb(152,115,139); }

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