Html Css Color HEX #920993 Dark Magenta

📋 copy color: '#920993'

red 146 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #920993

Tints of Dark Magenta #920993

RGB

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

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

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

R = 48.34%
G = 2.98%
B = 48.68%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#920993 (or 0x920993) is known color: Dark Magenta. HEX triplet: 92, 09 and 93. RGB value is (146,9,147). Sum of RGB (Red+Green+Blue) = 146+9+147=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #920993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920993 is #6DF66C. Grayscale: #414141. Windows color (decimal): -7206509 or 9636242. OLE color: 9636242.

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

Color convert

RGB 146 9 147 -
CMYK 0.01 0.94 0 0.42
HSL 299.57º 0.88% 0.31% -
HSV(B) 299.57º 0.94% 0.58% -
XYZ 17.22 8.41 28.32 -
YUV 65.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 146 9 147 0.01 0.94 0 0.42 299.57 0.88 0.31
Hex 92 9 93 1 5E 0 2A 12C 58 1F
Octal 222 11 223 1 136 0 52 454 130 37
Binary 10010010 1001 10010011 1 1011110 0 101010 100101100 1011000 11111

Color Harmonies of #920993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920993

Black with #920993

Text Example


Text Example

White with #920993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920993; }

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

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

background-color css

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

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

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

border-color css

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

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

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