Html Css Color HEX #940AAA Dark Magenta

📋 copy color: '#940AAA'

red 148 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #940AAA

Tints of Dark Magenta #940AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 45.12%
G = 3.05%
B = 51.83%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#940AAA (or 0x940AAA) is known color: Dark Magenta. HEX triplet: 94, 0A and AA. RGB value is (148,10,170). Sum of RGB (Red+Green+Blue) = 148+10+170=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #940AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940AAA is #6BF555. Grayscale: #454545. Windows color (decimal): -7075158 or 11143828. OLE color: 11143828.

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

Color convert

RGB 148 10 170 -
CMYK 0.13 0.94 0 0.33
HSL 291.75º 0.89% 0.35% -
HSV(B) 291.75º 0.94% 0.67% -
XYZ 19.58 9.42 38.82 -
YUV 69.5 184.72 183.99 -
System Red Green Blue C M Y K H S L
Decimal 148 10 170 0.13 0.94 0 0.33 291.75 0.89 0.35
Hex 94 A AA D 5E 0 21 124 59 23
Octal 224 12 252 15 136 0 41 444 131 43
Binary 10010100 1010 10101010 1101 1011110 0 100001 100100100 1011001 100011

Color Harmonies of #940AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940AAA

Black with #940AAA

Text Example


Text Example

White with #940AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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