Html Css Color HEX #940292 Dark Magenta

📋 copy color: '#940292'

red 148 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #940292

Tints of Dark Magenta #940292

RGB

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

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

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

R = 50%
G = 0.68%
B = 49.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940292 (or 0x940292) is known color: Dark Magenta. HEX triplet: 94, 02 and 92. RGB value is (148,2,146). Sum of RGB (Red+Green+Blue) = 148+2+146=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #940292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940292 is #6BFD6D. Grayscale: #3D3D3D. Windows color (decimal): -7077230 or 9568916. OLE color: 9568916.

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

Color convert

RGB 148 2 146 -
CMYK 0 0.99 0.01 0.42
HSL 300.82º 0.97% 0.29% -
HSV(B) 300.82º 0.99% 0.58% -
XYZ 17.42 8.41 27.9 -
YUV 62.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 148 2 146 0 0.99 0.01 0.42 300.82 0.97 0.29
Hex 94 2 92 0 63 1 2A 12D 61 1D
Octal 224 2 222 0 143 1 52 455 141 35
Binary 10010100 10 10010010 0 1100011 1 101010 100101101 1100001 11101

Color Harmonies of #940292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940292

Black with #940292

Text Example


Text Example

White with #940292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940292; }

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

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

background-color css

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

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

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

border-color css

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

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

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