Html Css Color HEX #930290 Dark Magenta

📋 copy color: '#930290'

red 147 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #930290

Tints of Dark Magenta #930290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 50.17%
G = 0.68%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#930290 (or 0x930290) is known color: Dark Magenta. HEX triplet: 93, 02 and 90. RGB value is (147,2,144). Sum of RGB (Red+Green+Blue) = 147+2+144=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #930290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930290 is #6CFD6F. Grayscale: #3D3D3D. Windows color (decimal): -7142768 or 9437843. OLE color: 9437843.

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

Color convert

RGB 147 2 144 -
CMYK 0 0.99 0.02 0.42
HSL 301.24º 0.97% 0.29% -
HSV(B) 301.24º 0.99% 0.58% -
XYZ 17.09 8.26 27.08 -
YUV 61.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 147 2 144 0 0.99 0.02 0.42 301.24 0.97 0.29
Hex 93 2 90 0 63 2 2A 12D 61 1D
Octal 223 2 220 0 143 2 52 455 141 35
Binary 10010011 10 10010000 0 1100011 10 101010 100101101 1100001 11101

Color Harmonies of #930290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930290

Black with #930290

Text Example


Text Example

White with #930290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930290; }

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

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

background-color css

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

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

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

border-color css

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

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

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