#96738E

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

Shades of Mountbatten Pink #96738E

Tints of Mountbatten Pink #96738E

Color information

#96738E (or 0x96738E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 73 and 8E. RGB value is (150,115,142). Sum of RGB (Red+Green+Blue) = 150+115+142=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96738E is #698C71. Grayscale: #808080. Windows color (decimal): -6917234 or 9335702. OLE color: 9335702.

HSL color Cylindrical-coordinate representation of color #96738E: hue angle of 313.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96738E is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150115142-
CMYK00.230.050.41
HSL313.71º14.29%51.96%-
HSV(B)313.71º23.33%58.82%-
XYZ23.5920.728.34-
YUV128.54135.6143.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=36.86%
G=28.26%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011514200.230.050.41313.7114.2951.96
Hex96738E01752913ae34
Octal2261632160275514721664
Binary100101101110011100011100101111011010011001110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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