Html Css Color HEX #940387 Dark Magenta

📋 copy color: '#940387'

red 148 ◦ green 3 ◦ blue 135

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

Shades of Dark Magenta #940387

Tints of Dark Magenta #940387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 51.75%
G = 1.05%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#940387 (or 0x940387) is known color: Dark Magenta. HEX triplet: 94, 03 and 87. RGB value is (148,3,135). Sum of RGB (Red+Green+Blue) = 148+3+135=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #940387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940387 is #6BFC78. Grayscale: #3D3D3D. Windows color (decimal): -7076985 or 8848276. OLE color: 8848276.

HSL color Cylindrical-coordinate representation of color #940387: hue angle of 305.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940387 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 135 -
CMYK 0 0.98 0.09 0.42
HSL 305.38º 0.96% 0.3% -
HSV(B) 305.38º 0.98% 0.58% -
XYZ 16.62 8.11 23.61 -
YUV 61.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 148 3 135 0 0.98 0.09 0.42 305.38 0.96 0.3
Hex 94 3 87 0 62 9 2A 131 60 1E
Octal 224 3 207 0 142 11 52 461 140 36
Binary 10010100 11 10000111 0 1100010 1001 101010 100110001 1100000 11110

Color Harmonies of #940387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940387

Black with #940387

Text Example


Text Example

White with #940387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940387; }

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

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

background-color css

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

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

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

border-color css

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

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

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