Html Css Color HEX #940A8A Dark Magenta

📋 copy color: '#940A8A'

red 148 ◦ green 10 ◦ blue 138

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

Shades of Dark Magenta #940A8A

Tints of Dark Magenta #940A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 50%
G = 3.38%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#940A8A (or 0x940A8A) is known color: Dark Magenta. HEX triplet: 94, 0A and 8A. RGB value is (148,10,138). Sum of RGB (Red+Green+Blue) = 148+10+138=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #940A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940A8A is #6BF575. Grayscale: #414141. Windows color (decimal): -7075190 or 9046676. OLE color: 9046676.

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

Color convert

RGB 148 10 138 -
CMYK 0 0.93 0.07 0.42
HSL 304.35º 0.87% 0.31% -
HSV(B) 304.35º 0.93% 0.58% -
XYZ 16.91 8.35 24.76 -
YUV 65.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 148 10 138 0 0.93 0.07 0.42 304.35 0.87 0.31
Hex 94 A 8A 0 5D 7 2A 130 57 1F
Octal 224 12 212 0 135 7 52 460 127 37
Binary 10010100 1010 10001010 0 1011101 111 101010 100110000 1010111 11111

Color Harmonies of #940A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A8A

Black with #940A8A

Text Example


Text Example

White with #940A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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