#96838E

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

Shades of Mountbatten Pink #96838E

Tints of Mountbatten Pink #96838E

Color information

#96838E (or 0x96838E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 83 and 8E. RGB value is (150,131,142). Sum of RGB (Red+Green+Blue) = 150+131+142=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96838E is #697C71. Grayscale: #898989. Windows color (decimal): -6913138 or 9339798. OLE color: 9339798.

HSL color Cylindrical-coordinate representation of color #96838E: hue angle of 325.26º 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 #96838E is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150131142-
CMYK00.130.050.41
HSL325.26º8.3%55.1%-
HSV(B)325.26º12.67%58.82%-
XYZ25.5824.6729-
YUV137.93130.29136.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=35.46%
G=30.97%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013114200.130.050.41325.268.355.1
Hex96838E0D529145837
Octal2262032160155515051067
Binary100101101000001110001110011011011010011010001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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