Html Css Color HEX #940993 Dark Magenta

📋 copy color: '#940993'

red 148 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #940993

Tints of Dark Magenta #940993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 48.68%
G = 2.96%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940993 (or 0x940993) is known color: Dark Magenta. HEX triplet: 94, 09 and 93. RGB value is (148,9,147). Sum of RGB (Red+Green+Blue) = 148+9+147=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #940993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940993 is #6BF66C. Grayscale: #414141. Windows color (decimal): -7075437 or 9636244. OLE color: 9636244.

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

Color convert

RGB 148 9 147 -
CMYK 0 0.94 0.01 0.42
HSL 300.43º 0.89% 0.31% -
HSV(B) 300.43º 0.94% 0.58% -
XYZ 17.58 8.6 28.34 -
YUV 66.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 148 9 147 0 0.94 0.01 0.42 300.43 0.89 0.31
Hex 94 9 93 0 5E 1 2A 12C 59 1F
Octal 224 11 223 0 136 1 52 454 131 37
Binary 10010100 1001 10010011 0 1011110 1 101010 100101100 1011001 11111

Color Harmonies of #940993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940993

Black with #940993

Text Example


Text Example

White with #940993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940993; }

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

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

background-color css

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

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

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

border-color css

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

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

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