Html Css Color HEX #940289 Dark Magenta

📋 copy color: '#940289'

red 148 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #940289

Tints of Dark Magenta #940289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 51.57%
G = 0.7%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#940289 (or 0x940289) is known color: Dark Magenta. HEX triplet: 94, 02 and 89. RGB value is (148,2,137). Sum of RGB (Red+Green+Blue) = 148+2+137=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #940289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940289 is #6BFD76. Grayscale: #3C3C3C. Windows color (decimal): -7077239 or 8979092. OLE color: 8979092.

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

Color convert

RGB 148 2 137 -
CMYK 0 0.99 0.07 0.42
HSL 304.52º 0.97% 0.29% -
HSV(B) 304.52º 0.99% 0.58% -
XYZ 16.75 8.15 24.36 -
YUV 61.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 148 2 137 0 0.99 0.07 0.42 304.52 0.97 0.29
Hex 94 2 89 0 63 7 2A 131 61 1D
Octal 224 2 211 0 143 7 52 461 141 35
Binary 10010100 10 10001001 0 1100011 111 101010 100110001 1100001 11101

Color Harmonies of #940289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940289

Black with #940289

Text Example


Text Example

White with #940289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940289; }

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

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

background-color css

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

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

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

border-color css

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

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

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