Html Css Color HEX #920AAE Dark Magenta

📋 copy color: '#920AAE'

red 146 ◦ green 10 ◦ blue 174

#920AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #920AAE

Tints of Dark Magenta #920AAE

RGB

 RED value IS 146 (57.42% from 255) = 44.24%

 GREEN value IS 10 (4.3% from 255) = 3.03%

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 44.24%
G = 3.03%
B = 52.73%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#920AAE (or 0x920AAE) is known color: Dark Magenta. HEX triplet: 92, 0A and AE. RGB value is (146,10,174). Sum of RGB (Red+Green+Blue) = 146+10+174=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #920AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920AAE is #6DF551. Grayscale: #444444. Windows color (decimal): -7206226 or 11405970. OLE color: 11405970.

HSL color Cylindrical-coordinate representation of color #920AAE: hue angle of 289.76º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920AAE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 10 174 -
CMYK 0.16 0.94 0 0.32
HSL 289.76º 0.89% 0.36% -
HSV(B) 289.76º 0.94% 0.68% -
XYZ 19.6 9.38 40.82 -
YUV 69.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 146 10 174 0.16 0.94 0 0.32 289.76 0.89 0.36
Hex 92 A AE 10 5E 0 20 122 59 24
Octal 222 12 256 20 136 0 40 442 131 44
Binary 10010010 1010 10101110 10000 1011110 0 100000 100100010 1011001 100100

Color Harmonies of #920AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920AAE

Black with #920AAE

Text Example


Text Example

White with #920AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #920AAE;
 }
 .AnyTagClassName
 {
   color: #920AAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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