Html Css Color HEX #920582 Dark Magenta

📋 copy color: '#920582'

red 146 ◦ green 5 ◦ blue 130

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

Shades of Dark Magenta #920582

Tints of Dark Magenta #920582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 51.96%
G = 1.78%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#920582 (or 0x920582) is known color: Dark Magenta. HEX triplet: 92, 05 and 82. RGB value is (146,5,130). Sum of RGB (Red+Green+Blue) = 146+5+130=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #920582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920582 is #6DFA7D. Grayscale: #3D3D3D. Windows color (decimal): -7207550 or 8521106. OLE color: 8521106.

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

Color convert

RGB 146 5 130 -
CMYK 0 0.97 0.11 0.43
HSL 306.81º 0.93% 0.3% -
HSV(B) 306.81º 0.97% 0.57% -
XYZ 15.94 7.83 21.79 -
YUV 61.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 146 5 130 0 0.97 0.11 0.43 306.81 0.93 0.3
Hex 92 5 82 0 61 B 2B 133 5D 1E
Octal 222 5 202 0 141 13 53 463 135 36
Binary 10010010 101 10000010 0 1100001 1011 101011 100110011 1011101 11110

Color Harmonies of #920582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920582

Black with #920582

Text Example


Text Example

White with #920582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920582; }

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

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

background-color css

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

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

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

border-color css

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

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

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