#967389

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

Shades of Mountbatten Pink #967389

Tints of Mountbatten Pink #967389

Color information

#967389 (or 0x967389) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 73 and 89. RGB value is (150,115,137). Sum of RGB (Red+Green+Blue) = 150+115+137=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967389 is #698C76. Grayscale: #7F7F7F. Windows color (decimal): -6917239 or 9008022. OLE color: 9008022.

HSL color Cylindrical-coordinate representation of color #967389: hue angle of 322.29º 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 #967389 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150115137-
CMYK00.230.090.41
HSL322.29º14.29%51.96%-
HSV(B)322.29º23.33%58.82%-
XYZ23.2220.5526.41-
YUV127.97133.1143.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=37.31%
G=28.61%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011513700.230.090.41322.2914.2951.96
Hex967389017929142e34
Octal22616321102711515021664
Binary1001011011100111000100101011110011010011010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967389; }

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

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

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

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

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

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

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

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