Html Css Color HEX #920991 Dark Magenta

📋 copy color: '#920991'

red 146 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #920991

Tints of Dark Magenta #920991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 48.67%
G = 3%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#920991 (or 0x920991) is known color: Dark Magenta. HEX triplet: 92, 09 and 91. RGB value is (146,9,145). Sum of RGB (Red+Green+Blue) = 146+9+145=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #920991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920991 is #6DF66E. Grayscale: #414141. Windows color (decimal): -7206511 or 9505170. OLE color: 9505170.

HSL color Cylindrical-coordinate representation of color #920991: hue angle of 300.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920991 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 9 145 -
CMYK 0 0.94 0.01 0.43
HSL 300.44º 0.88% 0.3% -
HSV(B) 300.44º 0.94% 0.57% -
XYZ 17.06 8.35 27.5 -
YUV 65.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 146 9 145 0 0.94 0.01 0.43 300.44 0.88 0.3
Hex 92 9 91 0 5E 1 2B 12C 58 1E
Octal 222 11 221 0 136 1 53 454 130 36
Binary 10010010 1001 10010001 0 1011110 1 101011 100101100 1011000 11110

Color Harmonies of #920991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920991

Black with #920991

Text Example


Text Example

White with #920991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920991; }

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

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

background-color css

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

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

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

border-color css

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

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

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