Html Css Color HEX #930490 Dark Magenta

📋 copy color: '#930490'

red 147 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #930490

Tints of Dark Magenta #930490

RGB

 RED value IS 147 (57.81% from 255) = 49.83%

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

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

R = 49.83%
G = 1.36%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#930490 (or 0x930490) is known color: Dark Magenta. HEX triplet: 93, 04 and 90. RGB value is (147,4,144). Sum of RGB (Red+Green+Blue) = 147+4+144=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #930490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930490 is #6CFB6F. Grayscale: #3E3E3E. Windows color (decimal): -7142256 or 9438355. OLE color: 9438355.

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

Color convert

RGB 147 4 144 -
CMYK 0 0.97 0.02 0.42
HSL 301.26º 0.95% 0.3% -
HSV(B) 301.26º 0.97% 0.58% -
XYZ 17.11 8.3 27.09 -
YUV 62.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 147 4 144 0 0.97 0.02 0.42 301.26 0.95 0.3
Hex 93 4 90 0 61 2 2A 12D 5F 1E
Octal 223 4 220 0 141 2 52 455 137 36
Binary 10010011 100 10010000 0 1100001 10 101010 100101101 1011111 11110

Color Harmonies of #930490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930490

Black with #930490

Text Example


Text Example

White with #930490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930490; }

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

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

background-color css

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

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

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

border-color css

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

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

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