Html Css Color HEX #941594 Dark Magenta

📋 copy color: '#941594'

red 148 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #941594

Tints of Dark Magenta #941594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 46.69%
G = 6.62%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#941594 (or 0x941594) is known color: Dark Magenta. HEX triplet: 94, 15 and 94. RGB value is (148,21,148). Sum of RGB (Red+Green+Blue) = 148+21+148=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #941594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941594 is #6BEA6B. Grayscale: #494949. Windows color (decimal): -7072364 or 9704852. OLE color: 9704852.

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

Color convert

RGB 148 21 148 -
CMYK 0 0.86 0 0.42
HSL 300º 0.75% 0.33% -
HSV(B) 300º 0.86% 0.58% -
XYZ 17.83 8.97 28.81 -
YUV 73.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 148 21 148 0 0.86 0 0.42 300 0.75 0.33
Hex 94 15 94 0 56 0 2A 12C 4B 21
Octal 224 25 224 0 126 0 52 454 113 41
Binary 10010100 10101 10010100 0 1010110 0 101010 100101100 1001011 100001

Color Harmonies of #941594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941594

Black with #941594

Text Example


Text Example

White with #941594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941594; }

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

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

background-color css

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

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

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

border-color css

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

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

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