#99718F

Color #99718F Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #99718F

Tints of Mountbatten Pink #99718F

Color information

#99718F (or 0x99718F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 71 and 8F. RGB value is (153,113,143). Sum of RGB (Red+Green+Blue) = 153+113+143=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99718F is #668E70. Grayscale: #808080. Windows color (decimal): -6721137 or 9400729. OLE color: 9400729.

HSL color Cylindrical-coordinate representation of color #99718F: hue angle of 315º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99718F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153113143-
CMYK00.260.070.4
HSL315º16.39%52.16%-
HSV(B)315º26.14%60%-
XYZ2420.5728.69-
YUV128.38136.25145.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=37.41%
G=27.63%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311314300.260.070.431516.3952.16
Hex99718F01A72813b1034
Octal2311612170327504732064
Binary1001100111100011000111101101011110100010011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,113,143); }

 H1.HeaderClassName
 {
   color: #99718F;
 }
 .AnyTagClassName
 {
   color: #99718F;
 }
</style>
background-color css

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

 a { background-color: rgb(153,113,143); }

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

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

 span { border-color: rgb(153,113,143); }

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