Html Css Color HEX #98738F Mountbatten Pink

📋 copy color: '#98738F'

red 152 ◦ green 115 ◦ blue 143

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

Shades of Mountbatten Pink #98738F

Tints of Mountbatten Pink #98738F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 37.07%
G = 28.05%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98738F (or 0x98738F) is known color: Mountbatten Pink. HEX triplet: 98, 73 and 8F. RGB value is (152,115,143). Sum of RGB (Red+Green+Blue) = 152+115+143=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98738F is #678C70. Grayscale: #818181. Windows color (decimal): -6786161 or 9401240. OLE color: 9401240.

HSL color Cylindrical-coordinate representation of color #98738F: hue angle of 314.59º 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 #98738F is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 143 -
CMYK 0 0.24 0.06 0.40
HSL 314.59º 0.15% 0.52% -
HSV(B) 314.59º 0.24% 0.6% -
XYZ 24.04 20.92 28.76 -
YUV 129.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 152 115 143 0 0.24 0.06 0.40 314.59 0.15 0.52
Hex 98 73 8F 0 18 6 28 13B F 34
Octal 230 163 217 0 30 6 50 473 17 64
Binary 10011000 1110011 10001111 0 11000 110 101000 100111011 1111 110100

Color Harmonies of #98738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98738F

Black with #98738F

Text Example


Text Example

White with #98738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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