#957893

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

Shades of Mountbatten Pink #957893

Tints of Mountbatten Pink #957893

Color information

#957893 (or 0x957893) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 78 and 93. RGB value is (149,120,147). Sum of RGB (Red+Green+Blue) = 149+120+147=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #957893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957893 is #6A876C. Grayscale: #838383. Windows color (decimal): -6981485 or 9664661. OLE color: 9664661.

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

Color convert

RGB149120147-
CMYK00.190.010.42
HSL304.14º12.03%52.75%-
HSV(B)304.14º19.46%58.43%-
XYZ24.3821.9330.55-
YUV131.75136.61140.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=35.82%
G=28.85%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912014700.190.010.42304.1412.0352.75
Hex95789301312A130c35
Octal2251702230231524601465
Binary1001010111110001001001101001111010101001100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957893; }

 p { color: rgb(149,120,147); }

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

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

 a { background-color: rgb(149,120,147); }

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

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

 span { border-color: rgb(149,120,147); }

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