Html Css Color HEX #94059E Dark Magenta

📋 copy color: '#94059E'

red 148 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #94059E

Tints of Dark Magenta #94059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 158 (62.11% from 255) = 50.8%

R = 47.59%
G = 1.61%
B = 50.8%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94059E (or 0x94059E) is known color: Dark Magenta. HEX triplet: 94, 05 and 9E. RGB value is (148,5,158). Sum of RGB (Red+Green+Blue) = 148+5+158=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #94059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94059E is #6BFA61. Grayscale: #404040. Windows color (decimal): -7076450 or 10356116. OLE color: 10356116.

HSL color Cylindrical-coordinate representation of color #94059E: hue angle of 296.08º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94059E is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 5 158 -
CMYK 0.06 0.97 0 0.38
HSL 296.08º 0.94% 0.32% -
HSV(B) 296.08º 0.97% 0.62% -
XYZ 18.44 8.87 33.09 -
YUV 65.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 148 5 158 0.06 0.97 0 0.38 296.08 0.94 0.32
Hex 94 5 9E 6 61 0 26 128 5E 20
Octal 224 5 236 6 141 0 46 450 136 40
Binary 10010100 101 10011110 110 1100001 0 100110 100101000 1011110 100000

Color Harmonies of #94059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94059E

Black with #94059E

Text Example


Text Example

White with #94059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94059E; }

 p { color: rgb(148,5,158); }

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

background-color css

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

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

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

border-color css

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

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

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