Html Css Color HEX #940994 Dark Magenta

📋 copy color: '#940994'

red 148 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #940994

Tints of Dark Magenta #940994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 48.52%
G = 2.95%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#940994 (or 0x940994) is known color: Dark Magenta. HEX triplet: 94, 09 and 94. RGB value is (148,9,148). Sum of RGB (Red+Green+Blue) = 148+9+148=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #940994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940994 is #6BF66B. Grayscale: #414141. Windows color (decimal): -7075436 or 9701780. OLE color: 9701780.

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

Color convert

RGB 148 9 148 -
CMYK 0 0.94 0 0.42
HSL 300º 0.89% 0.31% -
HSV(B) 300º 0.94% 0.58% -
XYZ 17.66 8.63 28.75 -
YUV 66.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 148 9 148 0 0.94 0 0.42 300 0.89 0.31
Hex 94 9 94 0 5E 0 2A 12C 59 1F
Octal 224 11 224 0 136 0 52 454 131 37
Binary 10010100 1001 10010100 0 1011110 0 101010 100101100 1011001 11111

Color Harmonies of #940994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940994

Black with #940994

Text Example


Text Example

White with #940994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940994; }

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

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

background-color css

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

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

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

border-color css

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

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

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