Html Css Color HEX #941294 Dark Magenta

📋 copy color: '#941294'

red 148 ◦ green 18 ◦ blue 148

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

Shades of Dark Magenta #941294

Tints of Dark Magenta #941294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

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

R = 47.13%
G = 5.73%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#941294 (or 0x941294) is known color: Dark Magenta. HEX triplet: 94, 12 and 94. RGB value is (148,18,148). Sum of RGB (Red+Green+Blue) = 148+18+148=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #941294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941294 is #6BED6B. Grayscale: #474747. Windows color (decimal): -7073132 or 9704084. OLE color: 9704084.

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

Color convert

RGB 148 18 148 -
CMYK 0 0.88 0 0.42
HSL 300º 0.78% 0.33% -
HSV(B) 300º 0.88% 0.58% -
XYZ 17.77 8.87 28.79 -
YUV 71.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 148 18 148 0 0.88 0 0.42 300 0.78 0.33
Hex 94 12 94 0 58 0 2A 12C 4E 21
Octal 224 22 224 0 130 0 52 454 116 41
Binary 10010100 10010 10010100 0 1011000 0 101010 100101100 1001110 100001

Color Harmonies of #941294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941294

Black with #941294

Text Example


Text Example

White with #941294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941294; }

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

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

background-color css

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

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

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

border-color css

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

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

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