Html Css Color HEX #931490 Dark Magenta

📋 copy color: '#931490'

red 147 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #931490

Tints of Dark Magenta #931490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 47.27%
G = 6.43%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#931490 (or 0x931490) is known color: Dark Magenta. HEX triplet: 93, 14 and 90. RGB value is (147,20,144). Sum of RGB (Red+Green+Blue) = 147+20+144=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #931490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931490 is #6CEB6F. Grayscale: #474747. Windows color (decimal): -7138160 or 9442451. OLE color: 9442451.

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

Color convert

RGB 147 20 144 -
CMYK 0 0.86 0.02 0.42
HSL 301.42º 0.76% 0.33% -
HSV(B) 301.42º 0.86% 0.58% -
XYZ 17.32 8.72 27.16 -
YUV 72.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 147 20 144 0 0.86 0.02 0.42 301.42 0.76 0.33
Hex 93 14 90 0 56 2 2A 12D 4C 21
Octal 223 24 220 0 126 2 52 455 114 41
Binary 10010011 10100 10010000 0 1010110 10 101010 100101101 1001100 100001

Color Harmonies of #931490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931490

Black with #931490

Text Example


Text Example

White with #931490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931490; }

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

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

background-color css

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

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

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

border-color css

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

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

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