#99838F

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

Shades of Mountbatten Pink #99838F

Tints of Mountbatten Pink #99838F

Color information

#99838F (or 0x99838F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 83 and 8F. RGB value is (153,131,143). Sum of RGB (Red+Green+Blue) = 153+131+143=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99838F is #667C70. Grayscale: #8A8A8A. Windows color (decimal): -6716529 or 9405337. OLE color: 9405337.

HSL color Cylindrical-coordinate representation of color #99838F: hue angle of 327.27º 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 #99838F is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153131143-
CMYK00.140.070.4
HSL327.27º9.73%55.69%-
HSV(B)327.27º14.38%60%-
XYZ26.2124.9929.43-
YUV138.95130.29138.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=35.83%
G=30.68%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313114300.140.070.4327.279.7355.69
Hex99838F0E728147a38
Octal2312032170167505071270
Binary100110011000001110001111011101111010001010001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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