Html Css Color HEX #940588 Dark Magenta

📋 copy color: '#940588'

red 148 ◦ green 5 ◦ blue 136

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

Shades of Dark Magenta #940588

Tints of Dark Magenta #940588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.06%

R = 51.21%
G = 1.73%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#940588 (or 0x940588) is known color: Dark Magenta. HEX triplet: 94, 05 and 88. RGB value is (148,5,136). Sum of RGB (Red+Green+Blue) = 148+5+136=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #940588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940588 is #6BFA77. Grayscale: #3E3E3E. Windows color (decimal): -7076472 or 8914324. OLE color: 8914324.

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

Color convert

RGB 148 5 136 -
CMYK 0 0.97 0.08 0.42
HSL 305.04º 0.93% 0.3% -
HSV(B) 305.04º 0.97% 0.58% -
XYZ 16.71 8.18 23.99 -
YUV 62.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 148 5 136 0 0.97 0.08 0.42 305.04 0.93 0.3
Hex 94 5 88 0 61 8 2A 131 5D 1E
Octal 224 5 210 0 141 10 52 461 135 36
Binary 10010100 101 10001000 0 1100001 1000 101010 100110001 1011101 11110

Color Harmonies of #940588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940588

Black with #940588

Text Example


Text Example

White with #940588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940588; }

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

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

background-color css

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

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

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

border-color css

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

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

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