Html Css Color HEX #940592 Dark Magenta

📋 copy color: '#940592'

red 148 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #940592

Tints of Dark Magenta #940592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 49.5%
G = 1.67%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940592 (or 0x940592) is known color: Dark Magenta. HEX triplet: 94, 05 and 92. RGB value is (148,5,146). Sum of RGB (Red+Green+Blue) = 148+5+146=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #940592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940592 is #6BFA6D. Grayscale: #3F3F3F. Windows color (decimal): -7076462 or 9569684. OLE color: 9569684.

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

Color convert

RGB 148 5 146 -
CMYK 0 0.97 0.01 0.42
HSL 300.84º 0.93% 0.3% -
HSV(B) 300.84º 0.97% 0.58% -
XYZ 17.46 8.48 27.91 -
YUV 63.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 148 5 146 0 0.97 0.01 0.42 300.84 0.93 0.3
Hex 94 5 92 0 61 1 2A 12D 5D 1E
Octal 224 5 222 0 141 1 52 455 135 36
Binary 10010100 101 10010010 0 1100001 1 101010 100101101 1011101 11110

Color Harmonies of #940592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940592

Black with #940592

Text Example


Text Example

White with #940592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940592; }

 p { color: rgb(148,5,146); }

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

background-color css

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

 a { background-color: rgb(148,5,146); }

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

border-color css

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

 span { border-color: rgb(148,5,146); }

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