Html Css Color HEX #920DA0 Dark Magenta

📋 copy color: '#920DA0'

red 146 ◦ green 13 ◦ blue 160

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

Shades of Dark Magenta #920DA0

Tints of Dark Magenta #920DA0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 160 (62.89% from 255) = 50.16%

R = 45.77%
G = 4.08%
B = 50.16%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#920DA0 (or 0x920DA0) is known color: Dark Magenta. HEX triplet: 92, 0D and A0. RGB value is (146,13,160). Sum of RGB (Red+Green+Blue) = 146+13+160=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #920DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920DA0 is #6DF25F. Grayscale: #454545. Windows color (decimal): -7205472 or 10489234. OLE color: 10489234.

HSL color Cylindrical-coordinate representation of color #920DA0: hue angle of 294.29º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920DA0 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 146 13 160 -
CMYK 0.09 0.92 0 0.37
HSL 294.29º 0.85% 0.34% -
HSV(B) 294.29º 0.92% 0.63% -
XYZ 18.34 8.94 34.02 -
YUV 69.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 146 13 160 0.09 0.92 0 0.37 294.29 0.85 0.34
Hex 92 D A0 9 5C 0 25 126 55 22
Octal 222 15 240 11 134 0 45 446 125 42
Binary 10010010 1101 10100000 1001 1011100 0 100101 100100110 1010101 100010

Color Harmonies of #920DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920DA0

Black with #920DA0

Text Example


Text Example

White with #920DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,13,160); }

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

background-color css

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

 a { background-color: rgb(146,13,160); }

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

border-color css

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

 span { border-color: rgb(146,13,160); }

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