Html Css Color HEX #940D87 Dark Magenta

📋 copy color: '#940D87'

red 148 ◦ green 13 ◦ blue 135

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

Shades of Dark Magenta #940D87

Tints of Dark Magenta #940D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.39%

 BLUE value IS 135 (53.13% from 255) = 45.61%

R = 50%
G = 4.39%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#940D87 (or 0x940D87) is known color: Dark Magenta. HEX triplet: 94, 0D and 87. RGB value is (148,13,135). Sum of RGB (Red+Green+Blue) = 148+13+135=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #940D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D87 is #6BF278. Grayscale: #424242. Windows color (decimal): -7074425 or 8850836. OLE color: 8850836.

HSL color Cylindrical-coordinate representation of color #940D87: hue angle of 305.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D87 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 13 135 -
CMYK 0 0.91 0.09 0.42
HSL 305.78º 0.84% 0.32% -
HSV(B) 305.78º 0.91% 0.58% -
XYZ 16.73 8.33 23.65 -
YUV 67.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 148 13 135 0 0.91 0.09 0.42 305.78 0.84 0.32
Hex 94 D 87 0 5B 9 2A 132 54 20
Octal 224 15 207 0 133 11 52 462 124 40
Binary 10010100 1101 10000111 0 1011011 1001 101010 100110010 1010100 100000

Color Harmonies of #940D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D87

Black with #940D87

Text Example


Text Example

White with #940D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,13,135); }

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

background-color css

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

 a { background-color: rgb(148,13,135); }

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

border-color css

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

 span { border-color: rgb(148,13,135); }

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