Html Css Color HEX #940084 Dark Magenta

📋 copy color: '#940084'

red 148 ◦ green 0 ◦ blue 132

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

Shades of Dark Magenta #940084

Tints of Dark Magenta #940084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.86%
G = 0%
B = 47.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#940084 (or 0x940084) is known color: Dark Magenta. HEX triplet: 94, 00 and 84. RGB value is (148,0,132). Sum of RGB (Red+Green+Blue) = 148+0+132=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #940084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940084 is #6BFF7B. Grayscale: #3A3A3A. Windows color (decimal): -7077756 or 8650900. OLE color: 8650900.

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

Color convert

RGB 148 0 132 -
CMYK 0 1 0.11 0.42
HSL 306.49º 1% 0.29% -
HSV(B) 306.49º 1% 0.58% -
XYZ 16.38 7.96 22.5 -
YUV 59.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 148 0 132 0 1 0.11 0.42 306.49 1 0.29
Hex 94 0 84 0 64 B 2A 132 64 1D
Octal 224 0 204 0 144 13 52 462 144 35
Binary 10010100 0 10000100 0 1100100 1011 101010 100110010 1100100 11101

Color Harmonies of #940084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940084

Black with #940084

Text Example


Text Example

White with #940084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940084; }

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

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

background-color css

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

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

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

border-color css

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

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

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