Html Css Color HEX #940C8E Dark Magenta

📋 copy color: '#940C8E'

red 148 ◦ green 12 ◦ blue 142

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

Shades of Dark Magenta #940C8E

Tints of Dark Magenta #940C8E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 142 (55.86% from 255) = 47.02%

R = 49.01%
G = 3.97%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#940C8E (or 0x940C8E) is known color: Dark Magenta. HEX triplet: 94, 0C and 8E. RGB value is (148,12,142). Sum of RGB (Red+Green+Blue) = 148+12+142=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #940C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940C8E is #6BF371. Grayscale: #434343. Windows color (decimal): -7074674 or 9309332. OLE color: 9309332.

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

Color convert

RGB 148 12 142 -
CMYK 0 0.92 0.04 0.42
HSL 302.65º 0.85% 0.31% -
HSV(B) 302.65º 0.92% 0.58% -
XYZ 17.23 8.51 26.33 -
YUV 67.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 148 12 142 0 0.92 0.04 0.42 302.65 0.85 0.31
Hex 94 C 8E 0 5C 4 2A 12F 55 1F
Octal 224 14 216 0 134 4 52 457 125 37
Binary 10010100 1100 10001110 0 1011100 100 101010 100101111 1010101 11111

Color Harmonies of #940C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C8E

Black with #940C8E

Text Example


Text Example

White with #940C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,12,142); }

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

background-color css

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

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

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

border-color css

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

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

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