Html Css Color HEX #941790 Dark Magenta

📋 copy color: '#941790'

red 148 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #941790

Tints of Dark Magenta #941790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 46.98%
G = 7.3%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#941790 (or 0x941790) is known color: Dark Magenta. HEX triplet: 94, 17 and 90. RGB value is (148,23,144). Sum of RGB (Red+Green+Blue) = 148+23+144=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #941790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941790 is #6BE86F. Grayscale: #494949. Windows color (decimal): -7071856 or 9443220. OLE color: 9443220.

HSL color Cylindrical-coordinate representation of color #941790: hue angle of 301.92º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941790 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 23 144 -
CMYK 0 0.84 0.03 0.42
HSL 301.92º 0.73% 0.34% -
HSV(B) 301.92º 0.84% 0.58% -
XYZ 17.55 8.92 27.18 -
YUV 74.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 148 23 144 0 0.84 0.03 0.42 301.92 0.73 0.34
Hex 94 17 90 0 54 3 2A 12E 49 22
Octal 224 27 220 0 124 3 52 456 111 42
Binary 10010100 10111 10010000 0 1010100 11 101010 100101110 1001001 100010

Color Harmonies of #941790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941790

Black with #941790

Text Example


Text Example

White with #941790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941790; }

 p { color: rgb(148,23,144); }

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

background-color css

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

 a { background-color: rgb(148,23,144); }

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

border-color css

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

 span { border-color: rgb(148,23,144); }

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