Html Css Color HEX #930390 Dark Magenta

📋 copy color: '#930390'

red 147 ◦ green 3 ◦ blue 144

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

Shades of Dark Magenta #930390

Tints of Dark Magenta #930390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 50%
G = 1.02%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#930390 (or 0x930390) is known color: Dark Magenta. HEX triplet: 93, 03 and 90. RGB value is (147,3,144). Sum of RGB (Red+Green+Blue) = 147+3+144=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #930390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930390 is #6CFC6F. Grayscale: #3D3D3D. Windows color (decimal): -7142512 or 9438099. OLE color: 9438099.

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

Color convert

RGB 147 3 144 -
CMYK 0 0.98 0.02 0.42
HSL 301.25º 0.96% 0.29% -
HSV(B) 301.25º 0.98% 0.58% -
XYZ 17.1 8.28 27.08 -
YUV 62.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 147 3 144 0 0.98 0.02 0.42 301.25 0.96 0.29
Hex 93 3 90 0 62 2 2A 12D 60 1D
Octal 223 3 220 0 142 2 52 455 140 35
Binary 10010011 11 10010000 0 1100010 10 101010 100101101 1100000 11101

Color Harmonies of #930390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930390

Black with #930390

Text Example


Text Example

White with #930390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930390; }

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

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

background-color css

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

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

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

border-color css

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

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

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