#920893

Color #920893 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #920893

Tints of Dark Magenta #920893

Color information

#920893 (or 0x920893) is unknown color: approx Dark Magenta. HEX triplet: 92, 08 and 93. RGB value is (146,8,147). Sum of RGB (Red+Green+Blue) = 146+8+147=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #920893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920893 is #6DF76C. Grayscale: #404040. Windows color (decimal): -7206765 or 9635986. OLE color: 9635986.

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

Color convert

RGB1468147-
CMYK0.010.9500.42
HSL299.57º89.68%30.39%-
HSV(B)299.57º94.56%57.65%-
XYZ17.218.3928.32-
YUV65.11174.22185.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=48.50%
G=2.66%
B=48.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14681470.010.9500.42299.5789.6830.39
Hex9289315F02A12c5a1e
Octal22210223113705245413236
Binary10010010100010010011110111110101010100101100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920893; }

 p { color: rgb(146,8,147); }

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

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

 a { background-color: rgb(146,8,147); }

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

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

 span { border-color: rgb(146,8,147); }

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