Html Css Color HEX #920594 Dark Magenta

📋 copy color: '#920594'

red 146 ◦ green 5 ◦ blue 148

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

Shades of Dark Magenta #920594

Tints of Dark Magenta #920594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 48.83%
G = 1.67%
B = 49.5%

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

#920594 (or 0x920594) is known color: Dark Magenta. HEX triplet: 92, 05 and 94. RGB value is (146,5,148). Sum of RGB (Red+Green+Blue) = 146+5+148=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #920594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920594 is #6DFA6B. Grayscale: #3F3F3F. Windows color (decimal): -7207532 or 9700754. OLE color: 9700754.

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

Color convert

RGB 146 5 148 -
CMYK 0.01 0.97 0 0.42
HSL 299.16º 0.93% 0.3% -
HSV(B) 299.16º 0.97% 0.58% -
XYZ 17.25 8.36 28.72 -
YUV 63.46 175.71 186.87 -
System Red Green Blue C M Y K H S L
Decimal 146 5 148 0.01 0.97 0 0.42 299.16 0.93 0.3
Hex 92 5 94 1 61 0 2A 12B 5D 1E
Octal 222 5 224 1 141 0 52 453 135 36
Binary 10010010 101 10010100 1 1100001 0 101010 100101011 1011101 11110

Color Harmonies of #920594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920594

Black with #920594

Text Example


Text Example

White with #920594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920594; }

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

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

background-color css

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

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

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

border-color css

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

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

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