Html Css Color HEX #94019D Dark Magenta

📋 copy color: '#94019D'

red 148 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #94019D

Tints of Dark Magenta #94019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 48.37%
G = 0.33%
B = 51.31%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94019D (or 0x94019D) is known color: Dark Magenta. HEX triplet: 94, 01 and 9D. RGB value is (148,1,157). Sum of RGB (Red+Green+Blue) = 148+1+157=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #94019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94019D is #6BFE62. Grayscale: #3E3E3E. Windows color (decimal): -7077475 or 10289556. OLE color: 10289556.

HSL color Cylindrical-coordinate representation of color #94019D: hue angle of 296.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94019D is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 1 157 -
CMYK 0.06 0.99 0 0.38
HSL 296.54º 0.99% 0.31% -
HSV(B) 296.54º 0.99% 0.62% -
XYZ 18.31 8.75 32.62 -
YUV 62.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 148 1 157 0.06 0.99 0 0.38 296.54 0.99 0.31
Hex 94 1 9D 6 63 0 26 129 63 1F
Octal 224 1 235 6 143 0 46 451 143 37
Binary 10010100 1 10011101 110 1100011 0 100110 100101001 1100011 11111

Color Harmonies of #94019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94019D

Black with #94019D

Text Example


Text Example

White with #94019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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