Html Css Color HEX #930190 Dark Magenta

📋 copy color: '#930190'

red 147 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #930190

Tints of Dark Magenta #930190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 50.34%
G = 0.34%
B = 49.32%

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

#930190 (or 0x930190) is known color: Dark Magenta. HEX triplet: 93, 01 and 90. RGB value is (147,1,144). Sum of RGB (Red+Green+Blue) = 147+1+144=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #930190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930190 is #6CFE6F. Grayscale: #3C3C3C. Windows color (decimal): -7143024 or 9437587. OLE color: 9437587.

HSL color Cylindrical-coordinate representation of color #930190: hue angle of 301.23º degrees, saturation: 0.99, 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 #930190 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 144 -
CMYK 0 0.99 0.02 0.42
HSL 301.23º 0.99% 0.29% -
HSV(B) 301.23º 0.99% 0.58% -
XYZ 17.08 8.24 27.08 -
YUV 60.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 147 1 144 0 0.99 0.02 0.42 301.23 0.99 0.29
Hex 93 1 90 0 63 2 2A 12D 63 1D
Octal 223 1 220 0 143 2 52 455 143 35
Binary 10010011 1 10010000 0 1100011 10 101010 100101101 1100011 11101

Color Harmonies of #930190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930190

Black with #930190

Text Example


Text Example

White with #930190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930190; }

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

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

background-color css

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

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

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

border-color css

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

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

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