#92718F

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

Shades of Mountbatten Pink #92718F

Tints of Mountbatten Pink #92718F

Color information

#92718F (or 0x92718F) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 71 and 8F. RGB value is (146,113,143). Sum of RGB (Red+Green+Blue) = 146+113+143=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #92718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92718F is #6D8E70. Grayscale: #7E7E7E. Windows color (decimal): -7179889 or 9400722. OLE color: 9400722.

HSL color Cylindrical-coordinate representation of color #92718F: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92718F is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB146113143-
CMYK00.230.020.43
HSL305.45º13.15%50.78%-
HSV(B)305.45º22.6%57.25%-
XYZ22.7219.928.63-
YUV126.29137.43142.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=36.32%
G=28.11%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611314300.230.020.43305.4513.1550.78
Hex92718F01722B131d33
Octal2221612170272534611563
Binary10010010111000110001111010111101010111001100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92718F; }

 p { color: rgb(146,113,143); }

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

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

 a { background-color: rgb(146,113,143); }

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

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

 span { border-color: rgb(146,113,143); }

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