Html Css Color HEX #941084 Dark Magenta

📋 copy color: '#941084'

red 148 ◦ green 16 ◦ blue 132

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

Shades of Dark Magenta #941084

Tints of Dark Magenta #941084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 50%
G = 5.41%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#941084 (or 0x941084) is known color: Dark Magenta. HEX triplet: 94, 10 and 84. RGB value is (148,16,132). Sum of RGB (Red+Green+Blue) = 148+16+132=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #941084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941084 is #6BEF7B. Grayscale: #444444. Windows color (decimal): -7073660 or 8654996. OLE color: 8654996.

HSL color Cylindrical-coordinate representation of color #941084: hue angle of 307.27º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941084 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 16 132 -
CMYK 0 0.89 0.11 0.42
HSL 307.27º 0.8% 0.32% -
HSV(B) 307.27º 0.89% 0.58% -
XYZ 16.56 8.33 22.57 -
YUV 68.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 148 16 132 0 0.89 0.11 0.42 307.27 0.8 0.32
Hex 94 10 84 0 59 B 2A 133 50 20
Octal 224 20 204 0 131 13 52 463 120 40
Binary 10010100 10000 10000100 0 1011001 1011 101010 100110011 1010000 100000

Color Harmonies of #941084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941084

Black with #941084

Text Example


Text Example

White with #941084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941084; }

 p { color: rgb(148,16,132); }

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

background-color css

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

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

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

border-color css

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

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

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