Html Css Color HEX #940087 Dark Magenta

📋 copy color: '#940087'

red 148 ◦ green 0 ◦ blue 135

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

Shades of Dark Magenta #940087

Tints of Dark Magenta #940087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.3%
G = 0%
B = 47.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#940087 (or 0x940087) is known color: Dark Magenta. HEX triplet: 94, 00 and 87. RGB value is (148,0,135). Sum of RGB (Red+Green+Blue) = 148+0+135=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #940087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940087 is #6BFF78. Grayscale: #3B3B3B. Windows color (decimal): -7077753 or 8847508. OLE color: 8847508.

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

Color convert

RGB 148 0 135 -
CMYK 0 1 0.09 0.42
HSL 305.27º 1% 0.29% -
HSV(B) 305.27º 1% 0.58% -
XYZ 16.59 8.05 23.6 -
YUV 59.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 148 0 135 0 1 0.09 0.42 305.27 1 0.29
Hex 94 0 87 0 64 9 2A 131 64 1D
Octal 224 0 207 0 144 11 52 461 144 35
Binary 10010100 0 10000111 0 1100100 1001 101010 100110001 1100100 11101

Color Harmonies of #940087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940087

Black with #940087

Text Example


Text Example

White with #940087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940087; }

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

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

background-color css

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

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

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

border-color css

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

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

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