Html Css Color HEX #941589 Dark Magenta

📋 copy color: '#941589'

red 148 ◦ green 21 ◦ blue 137

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

Shades of Dark Magenta #941589

Tints of Dark Magenta #941589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

 BLUE value IS 137 (53.91% from 255) = 44.77%

R = 48.37%
G = 6.86%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#941589 (or 0x941589) is known color: Dark Magenta. HEX triplet: 94, 15 and 89. RGB value is (148,21,137). Sum of RGB (Red+Green+Blue) = 148+21+137=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #941589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941589 is #6BEA76. Grayscale: #474747. Windows color (decimal): -7072375 or 8983956. OLE color: 8983956.

HSL color Cylindrical-coordinate representation of color #941589: hue angle of 305.2º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941589 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 21 137 -
CMYK 0 0.86 0.07 0.42
HSL 305.2º 0.75% 0.33% -
HSV(B) 305.2º 0.86% 0.58% -
XYZ 17 8.64 24.44 -
YUV 72.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 148 21 137 0 0.86 0.07 0.42 305.2 0.75 0.33
Hex 94 15 89 0 56 7 2A 131 4B 21
Octal 224 25 211 0 126 7 52 461 113 41
Binary 10010100 10101 10001001 0 1010110 111 101010 100110001 1001011 100001

Color Harmonies of #941589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941589

Black with #941589

Text Example


Text Example

White with #941589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941589; }

 p { color: rgb(148,21,137); }

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

background-color css

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

 a { background-color: rgb(148,21,137); }

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

border-color css

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

 span { border-color: rgb(148,21,137); }

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