#920AAA

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

Shades of Dark Magenta #920AAA

Tints of Dark Magenta #920AAA

Color information

#920AAA (or 0x920AAA) is unknown color: approx Dark Magenta. HEX triplet: 92, 0A and AA. RGB value is (146,10,170). Sum of RGB (Red+Green+Blue) = 146+10+170=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #920AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920AAA is #6DF555. Grayscale: #444444. Windows color (decimal): -7206230 or 11143826. OLE color: 11143826.

HSL color Cylindrical-coordinate representation of color #920AAA: hue angle of 291º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920AAA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14610170-
CMYK0.140.9400.33
HSL291º88.89%35.29%-
HSV(B)291º94.12%66.67%-
XYZ19.229.2338.8-
YUV68.9185.06182.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 10 (4.30% from 255) = 3.07%
BLUE value IS 170 (66.80% from 255) = 52.15%
R=44.79%
G=3.07%
B=52.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146101700.140.9400.3329188.8935.29
Hex92AAAE5E0211235923
Octal222122521613604144313143
Binary100100101010101010101110101111001000011001000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920AAA; }

 p { color: rgb(146,10,170); }

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

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

 a { background-color: rgb(146,10,170); }

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

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

 span { border-color: rgb(146,10,170); }

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