#967993

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

Shades of Mountbatten Pink #967993

Tints of Mountbatten Pink #967993

Color information

#967993 (or 0x967993) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 79 and 93. RGB value is (150,121,147). Sum of RGB (Red+Green+Blue) = 150+121+147=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #967993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967993 is #69866C. Grayscale: #848484. Windows color (decimal): -6915693 or 9664918. OLE color: 9664918.

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

Color convert

RGB150121147-
CMYK00.190.020.41
HSL306.21º12.13%53.14%-
HSV(B)306.21º19.33%58.82%-
XYZ24.6822.2730.6-
YUV132.64136.11140.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=35.89%
G=28.95%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012114700.190.020.41306.2112.1353.14
Hex967993013229132c35
Octal2261712230232514621465
Binary10010110111100110010011010011101010011001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967993; }

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

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

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

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

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

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

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

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