#99838D

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

Shades of Mountbatten Pink #99838D

Tints of Mountbatten Pink #99838D

Color information

#99838D (or 0x99838D) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 83 and 8D. RGB value is (153,131,141). Sum of RGB (Red+Green+Blue) = 153+131+141=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #99838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99838D is #667C72. Grayscale: #8A8A8A. Windows color (decimal): -6716531 or 9274265. OLE color: 9274265.

HSL color Cylindrical-coordinate representation of color #99838D: hue angle of 332.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99838D is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153131141-
CMYK00.140.080.4
HSL332.73º9.73%55.69%-
HSV(B)332.73º14.38%60%-
XYZ26.0624.9328.64-
YUV138.72129.29138.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=36%
G=30.82%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313114100.140.080.4332.739.7355.69
Hex99838D0E82814da38
Octal23120321501610505151270
Binary1001100110000011100011010111010001010001010011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99838D; }

 p { color: rgb(153,131,141); }

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

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

 a { background-color: rgb(153,131,141); }

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

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

 span { border-color: rgb(153,131,141); }

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