Html Css Color HEX #94017C Dark Magenta

📋 copy color: '#94017C'

red 148 ◦ green 1 ◦ blue 124

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

Shades of Dark Magenta #94017C

Tints of Dark Magenta #94017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 54.21%
G = 0.37%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94017C (or 0x94017C) is known color: Dark Magenta. HEX triplet: 94, 01 and 7C. RGB value is (148,1,124). Sum of RGB (Red+Green+Blue) = 148+1+124=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94017C is #6BFE83. Grayscale: #3A3A3A. Windows color (decimal): -7077508 or 8126868. OLE color: 8126868.

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

Color convert

RGB 148 1 124 -
CMYK 0 0.99 0.16 0.42
HSL 309.8º 0.99% 0.29% -
HSV(B) 309.8º 0.99% 0.58% -
XYZ 15.86 7.77 19.73 -
YUV 58.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 148 1 124 0 0.99 0.16 0.42 309.8 0.99 0.29
Hex 94 1 7C 0 63 10 2A 136 63 1D
Octal 224 1 174 0 143 20 52 466 143 35
Binary 10010100 1 1111100 0 1100011 10000 101010 100110110 1100011 11101

Color Harmonies of #94017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94017C

Black with #94017C

Text Example


Text Example

White with #94017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94017C; }

 p { color: rgb(148,1,124); }

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

background-color css

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

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

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

border-color css

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

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

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