Html Css Color HEX #940580 Dark Magenta

📋 copy color: '#940580'

red 148 ◦ green 5 ◦ blue 128

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

Shades of Dark Magenta #940580

Tints of Dark Magenta #940580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 52.67%
G = 1.78%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#940580 (or 0x940580) is known color: Dark Magenta. HEX triplet: 94, 05 and 80. RGB value is (148,5,128). Sum of RGB (Red+Green+Blue) = 148+5+128=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #940580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940580 is #6BFA7F. Grayscale: #3D3D3D. Windows color (decimal): -7076480 or 8390036. OLE color: 8390036.

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

Color convert

RGB 148 5 128 -
CMYK 0 0.97 0.14 0.42
HSL 308.39º 0.93% 0.3% -
HSV(B) 308.39º 0.97% 0.58% -
XYZ 16.16 7.96 21.11 -
YUV 61.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 148 5 128 0 0.97 0.14 0.42 308.39 0.93 0.3
Hex 94 5 80 0 61 E 2A 134 5D 1E
Octal 224 5 200 0 141 16 52 464 135 36
Binary 10010100 101 10000000 0 1100001 1110 101010 100110100 1011101 11110

Color Harmonies of #940580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940580

Black with #940580

Text Example


Text Example

White with #940580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940580; }

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

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

background-color css

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

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

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

border-color css

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

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

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