#96838C

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

Shades of Mountbatten Pink #96838C

Tints of Mountbatten Pink #96838C

Color information

#96838C (or 0x96838C) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 83 and 8C. RGB value is (150,131,140). Sum of RGB (Red+Green+Blue) = 150+131+140=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96838C is #697C73. Grayscale: #898989. Windows color (decimal): -6913140 or 9208726. OLE color: 9208726.

HSL color Cylindrical-coordinate representation of color #96838C: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96838C is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150131140-
CMYK00.130.070.41
HSL331.58º8.3%55.1%-
HSV(B)331.58º12.67%58.82%-
XYZ25.4324.6128.22-
YUV137.71129.29136.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=35.63%
G=31.12%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013114000.130.070.41331.588.355.1
Hex96838C0D72914c837
Octal2262032140157515141067
Binary100101101000001110001100011011111010011010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96838C; }

 p { color: rgb(150,131,140); }

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

<style>
 a { background-color: #96838C; }

 a { background-color: rgb(150,131,140); }

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

<style>
 span { border-color: #96838C; }

 span { border-color: rgb(150,131,140); }

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