Html Css Color HEX #920490 Dark Magenta

📋 copy color: '#920490'

red 146 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #920490

Tints of Dark Magenta #920490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 49.66%
G = 1.36%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#920490 (or 0x920490) is known color: Dark Magenta. HEX triplet: 92, 04 and 90. RGB value is (146,4,144). Sum of RGB (Red+Green+Blue) = 146+4+144=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #920490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920490 is #6DFB6F. Grayscale: #3E3E3E. Windows color (decimal): -7207792 or 9438354. OLE color: 9438354.

HSL color Cylindrical-coordinate representation of color #920490: hue angle of 300.85º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920490 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 4 144 -
CMYK 0 0.97 0.01 0.43
HSL 300.85º 0.95% 0.29% -
HSV(B) 300.85º 0.97% 0.57% -
XYZ 16.93 8.21 27.08 -
YUV 62.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 146 4 144 0 0.97 0.01 0.43 300.85 0.95 0.29
Hex 92 4 90 0 61 1 2B 12D 5F 1D
Octal 222 4 220 0 141 1 53 455 137 35
Binary 10010010 100 10010000 0 1100001 1 101011 100101101 1011111 11101

Color Harmonies of #920490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920490

Black with #920490

Text Example


Text Example

White with #920490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920490; }

 p { color: rgb(146,4,144); }

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

background-color css

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

 a { background-color: rgb(146,4,144); }

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

border-color css

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

 span { border-color: rgb(146,4,144); }

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