Html Css Color HEX #940F8D Dark Magenta

📋 copy color: '#940F8D'

red 148 ◦ green 15 ◦ blue 141

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

Shades of Dark Magenta #940F8D

Tints of Dark Magenta #940F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 48.68%
G = 4.93%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#940F8D (or 0x940F8D) is known color: Dark Magenta. HEX triplet: 94, 0F and 8D. RGB value is (148,15,141). Sum of RGB (Red+Green+Blue) = 148+15+141=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #940F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940F8D is #6BF072. Grayscale: #444444. Windows color (decimal): -7073907 or 9244564. OLE color: 9244564.

HSL color Cylindrical-coordinate representation of color #940F8D: hue angle of 303.16º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F8D is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 141 -
CMYK 0 0.90 0.05 0.42
HSL 303.16º 0.82% 0.32% -
HSV(B) 303.16º 0.9% 0.58% -
XYZ 17.19 8.56 25.95 -
YUV 69.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 148 15 141 0 0.90 0.05 0.42 303.16 0.82 0.32
Hex 94 F 8D 0 5A 5 2A 12F 52 20
Octal 224 17 215 0 132 5 52 457 122 40
Binary 10010100 1111 10001101 0 1011010 101 101010 100101111 1010010 100000

Color Harmonies of #940F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F8D

Black with #940F8D

Text Example


Text Example

White with #940F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,15,141); }

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

background-color css

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

 a { background-color: rgb(148,15,141); }

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

border-color css

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

 span { border-color: rgb(148,15,141); }

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