Html Css Color HEX #920082 Dark Magenta

📋 copy color: '#920082'

red 146 ◦ green 0 ◦ blue 130

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

Shades of Dark Magenta #920082

Tints of Dark Magenta #920082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.9%
G = 0%
B = 47.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#920082 (or 0x920082) is known color: Dark Magenta. HEX triplet: 92, 00 and 82. RGB value is (146,0,130). Sum of RGB (Red+Green+Blue) = 146+0+130=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #920082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920082 is #6DFF7D. Grayscale: #3A3A3A. Windows color (decimal): -7208830 or 8519826. OLE color: 8519826.

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

Color convert

RGB 146 0 130 -
CMYK 0 1 0.11 0.43
HSL 306.58º 1% 0.29% -
HSV(B) 306.58º 1% 0.57% -
XYZ 15.88 7.72 21.77 -
YUV 58.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 146 0 130 0 1 0.11 0.43 306.58 1 0.29
Hex 92 0 82 0 64 B 2B 133 64 1D
Octal 222 0 202 0 144 13 53 463 144 35
Binary 10010010 0 10000010 0 1100100 1011 101011 100110011 1100100 11101

Color Harmonies of #920082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920082

Black with #920082

Text Example


Text Example

White with #920082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920082; }

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

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

background-color css

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

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

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

border-color css

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

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

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