Html Css Color HEX #900982 Dark Magenta

📋 copy color: '#900982'

red 144 ◦ green 9 ◦ blue 130

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

Shades of Dark Magenta #900982

Tints of Dark Magenta #900982

RGB

 RED value IS 144 (56.64% from 255) = 50.88%

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

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

R = 50.88%
G = 3.18%
B = 45.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#900982 (or 0x900982) is known color: Dark Magenta. HEX triplet: 90, 09 and 82. RGB value is (144,9,130). Sum of RGB (Red+Green+Blue) = 144+9+130=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #900982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900982 is #6FF67D. Grayscale: #3E3E3E. Windows color (decimal): -7337598 or 8522128. OLE color: 8522128.

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

Color convert

RGB 144 9 130 -
CMYK 0 0.94 0.10 0.44
HSL 306.22º 0.88% 0.3% -
HSV(B) 306.22º 0.94% 0.56% -
XYZ 15.63 7.74 21.79 -
YUV 63.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 144 9 130 0 0.94 0.10 0.44 306.22 0.88 0.3
Hex 90 9 82 0 5E A 2C 132 58 1E
Octal 220 11 202 0 136 12 54 462 130 36
Binary 10010000 1001 10000010 0 1011110 1010 101100 100110010 1011000 11110

Color Harmonies of #900982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900982

Black with #900982

Text Example


Text Example

White with #900982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900982; }

 p { color: rgb(144,9,130); }

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

background-color css

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

 a { background-color: rgb(144,9,130); }

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

border-color css

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

 span { border-color: rgb(144,9,130); }

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