Html Css Color HEX #940591 Dark Magenta

📋 copy color: '#940591'

red 148 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #940591

Tints of Dark Magenta #940591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 49.66%
G = 1.68%
B = 48.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#940591 (or 0x940591) is known color: Dark Magenta. HEX triplet: 94, 05 and 91. RGB value is (148,5,145). Sum of RGB (Red+Green+Blue) = 148+5+145=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #940591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940591 is #6BFA6E. Grayscale: #3F3F3F. Windows color (decimal): -7076463 or 9504148. OLE color: 9504148.

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

Color convert

RGB 148 5 145 -
CMYK 0 0.97 0.02 0.42
HSL 301.26º 0.93% 0.3% -
HSV(B) 301.26º 0.97% 0.58% -
XYZ 17.38 8.45 27.5 -
YUV 63.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 148 5 145 0 0.97 0.02 0.42 301.26 0.93 0.3
Hex 94 5 91 0 61 2 2A 12D 5D 1E
Octal 224 5 221 0 141 2 52 455 135 36
Binary 10010100 101 10010001 0 1100001 10 101010 100101101 1011101 11110

Color Harmonies of #940591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940591

Black with #940591

Text Example


Text Example

White with #940591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940591; }

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

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

background-color css

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

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

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

border-color css

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

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

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