Html Css Color HEX #940992 Dark Magenta

📋 copy color: '#940992'

red 148 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #940992

Tints of Dark Magenta #940992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.97%

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

R = 48.84%
G = 2.97%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940992 (or 0x940992) is known color: Dark Magenta. HEX triplet: 94, 09 and 92. RGB value is (148,9,146). Sum of RGB (Red+Green+Blue) = 148+9+146=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #940992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940992 is #6BF66D. Grayscale: #414141. Windows color (decimal): -7075438 or 9570708. OLE color: 9570708.

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

Color convert

RGB 148 9 146 -
CMYK 0 0.94 0.01 0.42
HSL 300.86º 0.89% 0.31% -
HSV(B) 300.86º 0.94% 0.58% -
XYZ 17.5 8.57 27.93 -
YUV 66.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 148 9 146 0 0.94 0.01 0.42 300.86 0.89 0.31
Hex 94 9 92 0 5E 1 2A 12D 59 1F
Octal 224 11 222 0 136 1 52 455 131 37
Binary 10010100 1001 10010010 0 1011110 1 101010 100101101 1011001 11111

Color Harmonies of #940992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940992

Black with #940992

Text Example


Text Example

White with #940992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940992; }

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

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

background-color css

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

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

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

border-color css

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

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

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