Html Css Color HEX #920493 Dark Magenta

📋 copy color: '#920493'

red 146 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #920493

Tints of Dark Magenta #920493

RGB

 RED value IS 146 (57.42% from 255) = 49.16%

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 147 (57.81% from 255) = 49.49%

R = 49.16%
G = 1.35%
B = 49.49%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#920493 (or 0x920493) is known color: Dark Magenta. HEX triplet: 92, 04 and 93. RGB value is (146,4,147). Sum of RGB (Red+Green+Blue) = 146+4+147=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #920493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920493 is #6DFB6C. Grayscale: #3E3E3E. Windows color (decimal): -7207789 or 9634962. OLE color: 9634962.

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

Color convert

RGB 146 4 147 -
CMYK 0.01 0.97 0 0.42
HSL 299.58º 0.95% 0.3% -
HSV(B) 299.58º 0.97% 0.58% -
XYZ 17.16 8.3 28.3 -
YUV 62.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 146 4 147 0.01 0.97 0 0.42 299.58 0.95 0.3
Hex 92 4 93 1 61 0 2A 12C 5F 1E
Octal 222 4 223 1 141 0 52 454 137 36
Binary 10010010 100 10010011 1 1100001 0 101010 100101100 1011111 11110

Color Harmonies of #920493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920493

Black with #920493

Text Example


Text Example

White with #920493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920493; }

 p { color: rgb(146,4,147); }

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

background-color css

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

 a { background-color: rgb(146,4,147); }

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

border-color css

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

 span { border-color: rgb(146,4,147); }

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