Html Css Color HEX #920593 Dark Magenta

📋 copy color: '#920593'

red 146 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #920593

Tints of Dark Magenta #920593

RGB

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

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

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

R = 48.99%
G = 1.68%
B = 49.33%

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

#920593 (or 0x920593) is known color: Dark Magenta. HEX triplet: 92, 05 and 93. RGB value is (146,5,147). Sum of RGB (Red+Green+Blue) = 146+5+147=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #920593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920593 is #6DFA6C. Grayscale: #3E3E3E. Windows color (decimal): -7207533 or 9635218. OLE color: 9635218.

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

Color convert

RGB 146 5 147 -
CMYK 0.01 0.97 0 0.42
HSL 299.58º 0.93% 0.3% -
HSV(B) 299.58º 0.97% 0.58% -
XYZ 17.17 8.33 28.31 -
YUV 63.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 146 5 147 0.01 0.97 0 0.42 299.58 0.93 0.3
Hex 92 5 93 1 61 0 2A 12C 5D 1E
Octal 222 5 223 1 141 0 52 454 135 36
Binary 10010010 101 10010011 1 1100001 0 101010 100101100 1011101 11110

Color Harmonies of #920593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920593

Black with #920593

Text Example


Text Example

White with #920593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920593; }

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

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

background-color css

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

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

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

border-color css

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

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

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