Html Css Color HEX #920293 Dark Magenta

📋 copy color: '#920293'

red 146 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #920293

Tints of Dark Magenta #920293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 49.49%
G = 0.68%
B = 49.83%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#920293 (or 0x920293) is known color: Dark Magenta. HEX triplet: 92, 02 and 93. RGB value is (146,2,147). Sum of RGB (Red+Green+Blue) = 146+2+147=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #920293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920293 is #6DFD6C. Grayscale: #3D3D3D. Windows color (decimal): -7208301 or 9634450. OLE color: 9634450.

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

Color convert

RGB 146 2 147 -
CMYK 0.01 0.99 0 0.42
HSL 299.59º 0.97% 0.29% -
HSV(B) 299.59º 0.99% 0.58% -
XYZ 17.14 8.26 28.29 -
YUV 61.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 146 2 147 0.01 0.99 0 0.42 299.59 0.97 0.29
Hex 92 2 93 1 63 0 2A 12C 61 1D
Octal 222 2 223 1 143 0 52 454 141 35
Binary 10010010 10 10010011 1 1100011 0 101010 100101100 1100001 11101

Color Harmonies of #920293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920293

Black with #920293

Text Example


Text Example

White with #920293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920293; }

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

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

background-color css

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

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

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

border-color css

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

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

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