Html Css Color HEX #940593 Dark Magenta

📋 copy color: '#940593'

red 148 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #940593

Tints of Dark Magenta #940593

RGB

 RED value IS 148 (58.2% from 255) = 49.33%

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

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

R = 49.33%
G = 1.67%
B = 49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940593 (or 0x940593) is known color: Dark Magenta. HEX triplet: 94, 05 and 93. RGB value is (148,5,147). Sum of RGB (Red+Green+Blue) = 148+5+147=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #940593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940593 is #6BFA6C. Grayscale: #3F3F3F. Windows color (decimal): -7076461 or 9635220. OLE color: 9635220.

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

Color convert

RGB 148 5 147 -
CMYK 0 0.97 0.01 0.42
HSL 300.42º 0.93% 0.3% -
HSV(B) 300.42º 0.97% 0.58% -
XYZ 17.53 8.51 28.32 -
YUV 63.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 148 5 147 0 0.97 0.01 0.42 300.42 0.93 0.3
Hex 94 5 93 0 61 1 2A 12C 5D 1E
Octal 224 5 223 0 141 1 52 454 135 36
Binary 10010100 101 10010011 0 1100001 1 101010 100101100 1011101 11110

Color Harmonies of #940593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940593

Black with #940593

Text Example


Text Example

White with #940593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940593; }

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

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

background-color css

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

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

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

border-color css

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

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

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