Html Css Color HEX #930593 Dark Magenta

📋 copy color: '#930593'

red 147 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #930593

Tints of Dark Magenta #930593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 49.16%
G = 1.67%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#930593 (or 0x930593) is known color: Dark Magenta. HEX triplet: 93, 05 and 93. RGB value is (147,5,147). Sum of RGB (Red+Green+Blue) = 147+5+147=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #930593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930593 is #6CFA6C. Grayscale: #3F3F3F. Windows color (decimal): -7141997 or 9635219. OLE color: 9635219.

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

Color convert

RGB 147 5 147 -
CMYK 0 0.97 0 0.42
HSL 300º 0.93% 0.3% -
HSV(B) 300º 0.97% 0.58% -
XYZ 17.35 8.42 28.31 -
YUV 63.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 147 5 147 0 0.97 0 0.42 300 0.93 0.3
Hex 93 5 93 0 61 0 2A 12C 5D 1E
Octal 223 5 223 0 141 0 52 454 135 36
Binary 10010011 101 10010011 0 1100001 0 101010 100101100 1011101 11110

Color Harmonies of #930593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930593

Black with #930593

Text Example


Text Example

White with #930593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930593; }

 p { color: rgb(147,5,147); }

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

background-color css

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

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

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

border-color css

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

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

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