Html Css Color HEX #920790 Dark Magenta

📋 copy color: '#920790'

red 146 ◦ green 7 ◦ blue 144

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

Shades of Dark Magenta #920790

Tints of Dark Magenta #920790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 49.16%
G = 2.36%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#920790 (or 0x920790) is known color: Dark Magenta. HEX triplet: 92, 07 and 90. RGB value is (146,7,144). Sum of RGB (Red+Green+Blue) = 146+7+144=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #920790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920790 is #6DF86F. Grayscale: #3F3F3F. Windows color (decimal): -7207024 or 9439122. OLE color: 9439122.

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

Color convert

RGB 146 7 144 -
CMYK 0 0.95 0.01 0.43
HSL 300.86º 0.91% 0.3% -
HSV(B) 300.86º 0.95% 0.57% -
XYZ 16.96 8.28 27.09 -
YUV 64.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 146 7 144 0 0.95 0.01 0.43 300.86 0.91 0.3
Hex 92 7 90 0 5F 1 2B 12D 5B 1E
Octal 222 7 220 0 137 1 53 455 133 36
Binary 10010010 111 10010000 0 1011111 1 101011 100101101 1011011 11110

Color Harmonies of #920790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920790

Black with #920790

Text Example


Text Example

White with #920790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920790; }

 p { color: rgb(146,7,144); }

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

background-color css

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

 a { background-color: rgb(146,7,144); }

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

border-color css

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

 span { border-color: rgb(146,7,144); }

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