Html Css Color HEX #940581 Dark Magenta

📋 copy color: '#940581'

red 148 ◦ green 5 ◦ blue 129

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

Shades of Dark Magenta #940581

Tints of Dark Magenta #940581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 52.48%
G = 1.77%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#940581 (or 0x940581) is known color: Dark Magenta. HEX triplet: 94, 05 and 81. RGB value is (148,5,129). Sum of RGB (Red+Green+Blue) = 148+5+129=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #940581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940581 is #6BFA7E. Grayscale: #3D3D3D. Windows color (decimal): -7076479 or 8455572. OLE color: 8455572.

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

Color convert

RGB 148 5 129 -
CMYK 0 0.97 0.13 0.42
HSL 307.97º 0.93% 0.3% -
HSV(B) 307.97º 0.97% 0.58% -
XYZ 16.23 7.99 21.46 -
YUV 61.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 148 5 129 0 0.97 0.13 0.42 307.97 0.93 0.3
Hex 94 5 81 0 61 D 2A 134 5D 1E
Octal 224 5 201 0 141 15 52 464 135 36
Binary 10010100 101 10000001 0 1100001 1101 101010 100110100 1011101 11110

Color Harmonies of #940581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940581

Black with #940581

Text Example


Text Example

White with #940581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940581; }

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

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

background-color css

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

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

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

border-color css

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

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

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