Html Css Color HEX #900482 Dark Magenta

📋 copy color: '#900482'

red 144 ◦ green 4 ◦ blue 130

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

Shades of Dark Magenta #900482

Tints of Dark Magenta #900482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 51.8%
G = 1.44%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#900482 (or 0x900482) is known color: Dark Magenta. HEX triplet: 90, 04 and 82. RGB value is (144,4,130). Sum of RGB (Red+Green+Blue) = 144+4+130=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #900482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900482 is #6FFB7D. Grayscale: #3B3B3B. Windows color (decimal): -7338878 or 8520848. OLE color: 8520848.

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

Color convert

RGB 144 4 130 -
CMYK 0 0.97 0.10 0.44
HSL 306º 0.95% 0.29% -
HSV(B) 306º 0.97% 0.56% -
XYZ 15.57 7.63 21.77 -
YUV 60.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 144 4 130 0 0.97 0.10 0.44 306 0.95 0.29
Hex 90 4 82 0 61 A 2C 132 5F 1D
Octal 220 4 202 0 141 12 54 462 137 35
Binary 10010000 100 10000010 0 1100001 1010 101100 100110010 1011111 11101

Color Harmonies of #900482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900482

Black with #900482

Text Example


Text Example

White with #900482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900482; }

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

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

background-color css

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

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

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

border-color css

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

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

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