Html Css Color HEX #940092 Dark Magenta

📋 copy color: '#940092'

red 148 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #940092

Tints of Dark Magenta #940092

RGB

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

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

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

R = 50.34%
G = 0%
B = 49.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940092 (or 0x940092) is known color: Dark Magenta. HEX triplet: 94, 00 and 92. RGB value is (148,0,146). Sum of RGB (Red+Green+Blue) = 148+0+146=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #940092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940092 is #6BFF6D. Grayscale: #3C3C3C. Windows color (decimal): -7077742 or 9568404. OLE color: 9568404.

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

Color convert

RGB 148 0 146 -
CMYK 0 1 0.01 0.42
HSL 300.81º 1% 0.29% -
HSV(B) 300.81º 1% 0.58% -
XYZ 17.4 8.37 27.89 -
YUV 60.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 148 0 146 0 1 0.01 0.42 300.81 1 0.29
Hex 94 0 92 0 64 1 2A 12D 64 1D
Octal 224 0 222 0 144 1 52 455 144 35
Binary 10010100 0 10010010 0 1100100 1 101010 100101101 1100100 11101

Color Harmonies of #940092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940092

Black with #940092

Text Example


Text Example

White with #940092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940092; }

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

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

background-color css

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

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

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

border-color css

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

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

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