#967593

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

Shades of Mountbatten Pink #967593

Tints of Mountbatten Pink #967593

Color information

#967593 (or 0x967593) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 75 and 93. RGB value is (150,117,147). Sum of RGB (Red+Green+Blue) = 150+117+147=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #967593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967593 is #698A6C. Grayscale: #828282. Windows color (decimal): -6916717 or 9663894. OLE color: 9663894.

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

Color convert

RGB150117147-
CMYK00.220.020.41
HSL305.45º13.58%52.35%-
HSV(B)305.45º22%58.82%-
XYZ24.2121.3130.44-
YUV130.29137.43142.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=36.23%
G=28.26%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011714700.220.020.41305.4513.5852.35
Hex967593016229131e34
Octal2261652230262514611664
Binary10010110111010110010011010110101010011001100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967593; }

 p { color: rgb(150,117,147); }

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

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

 a { background-color: rgb(150,117,147); }

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

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

 span { border-color: rgb(150,117,147); }

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