Html Css Color HEX #940AAC Dark Magenta

📋 copy color: '#940AAC'

red 148 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #940AAC

Tints of Dark Magenta #940AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.03%

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 44.85%
G = 3.03%
B = 52.12%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#940AAC (or 0x940AAC) is known color: Dark Magenta. HEX triplet: 94, 0A and AC. RGB value is (148,10,172). Sum of RGB (Red+Green+Blue) = 148+10+172=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #940AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940AAC is #6BF553. Grayscale: #454545. Windows color (decimal): -7075156 or 11274900. OLE color: 11274900.

HSL color Cylindrical-coordinate representation of color #940AAC: hue angle of 291.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940AAC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 10 172 -
CMYK 0.14 0.94 0 0.33
HSL 291.11º 0.89% 0.36% -
HSV(B) 291.11º 0.94% 0.67% -
XYZ 19.77 9.49 39.82 -
YUV 69.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 148 10 172 0.14 0.94 0 0.33 291.11 0.89 0.36
Hex 94 A AC E 5E 0 21 123 59 24
Octal 224 12 254 16 136 0 41 443 131 44
Binary 10010100 1010 10101100 1110 1011110 0 100001 100100011 1011001 100100

Color Harmonies of #940AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940AAC

Black with #940AAC

Text Example


Text Example

White with #940AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940AAC; }

 p { color: rgb(148,10,172); }

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

background-color css

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

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

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

border-color css

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

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

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