Html Css Color HEX #940094 Dark Magenta

📋 copy color: '#940094'

red 148 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #940094

Tints of Dark Magenta #940094

RGB

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

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#940094 (or 0x940094) is known color: Dark Magenta. HEX triplet: 94, 00 and 94. RGB value is (148,0,148). Sum of RGB (Red+Green+Blue) = 148+0+148=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #940094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940094 is #6BFF6B. Grayscale: #3C3C3C. Windows color (decimal): -7077740 or 9699476. OLE color: 9699476.

HSL color Cylindrical-coordinate representation of color #940094: hue angle of 300º 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 #940094 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 148 -
CMYK 0 1 0 0.42
HSL 300º 1% 0.29% -
HSV(B) 300º 1% 0.58% -
XYZ 17.56 8.43 28.72 -
YUV 61.12 177.03 189.97 -
System Red Green Blue C M Y K H S L
Decimal 148 0 148 0 1 0 0.42 300 1 0.29
Hex 94 0 94 0 64 0 2A 12C 64 1D
Octal 224 0 224 0 144 0 52 454 144 35
Binary 10010100 0 10010100 0 1100100 0 101010 100101100 1100100 11101

Color Harmonies of #940094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940094

Black with #940094

Text Example


Text Example

White with #940094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940094; }

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

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

background-color css

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

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

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

border-color css

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

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

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