Html Css Color HEX #940089 Dark Magenta

📋 copy color: '#940089'

red 148 ◦ green 0 ◦ blue 137

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

Shades of Dark Magenta #940089

Tints of Dark Magenta #940089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 51.93%
G = 0%
B = 48.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#940089 (or 0x940089) is known color: Dark Magenta. HEX triplet: 94, 00 and 89. RGB value is (148,0,137). Sum of RGB (Red+Green+Blue) = 148+0+137=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940089 is #6BFF76. Grayscale: #3B3B3B. Windows color (decimal): -7077751 or 8978580. OLE color: 8978580.

HSL color Cylindrical-coordinate representation of color #940089: hue angle of 304.46º 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 #940089 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 137 -
CMYK 0 1 0.07 0.42
HSL 304.46º 1% 0.29% -
HSV(B) 304.46º 1% 0.58% -
XYZ 16.73 8.1 24.35 -
YUV 59.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 148 0 137 0 1 0.07 0.42 304.46 1 0.29
Hex 94 0 89 0 64 7 2A 130 64 1D
Octal 224 0 211 0 144 7 52 460 144 35
Binary 10010100 0 10001001 0 1100100 111 101010 100110000 1100100 11101

Color Harmonies of #940089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940089

Black with #940089

Text Example


Text Example

White with #940089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940089; }

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

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

background-color css

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

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

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

border-color css

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

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

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