Html Css Color HEX #901083 Dark Magenta

📋 copy color: '#901083'

red 144 ◦ green 16 ◦ blue 131

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

Shades of Dark Magenta #901083

Tints of Dark Magenta #901083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 49.48%
G = 5.5%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#901083 (or 0x901083) is known color: Dark Magenta. HEX triplet: 90, 10 and 83. RGB value is (144,16,131). Sum of RGB (Red+Green+Blue) = 144+16+131=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #901083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901083 is #6FEF7C. Grayscale: #434343. Windows color (decimal): -7335805 or 8589456. OLE color: 8589456.

HSL color Cylindrical-coordinate representation of color #901083: hue angle of 306.09º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901083 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 131 -
CMYK 0 0.89 0.09 0.44
HSL 306.09º 0.8% 0.31% -
HSV(B) 306.09º 0.89% 0.56% -
XYZ 15.78 7.94 22.17 -
YUV 67.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 144 16 131 0 0.89 0.09 0.44 306.09 0.8 0.31
Hex 90 10 83 0 59 9 2C 132 50 1F
Octal 220 20 203 0 131 11 54 462 120 37
Binary 10010000 10000 10000011 0 1011001 1001 101100 100110010 1010000 11111

Color Harmonies of #901083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901083

Black with #901083

Text Example


Text Example

White with #901083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901083; }

 p { color: rgb(144,16,131); }

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

background-color css

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

 a { background-color: rgb(144,16,131); }

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

border-color css

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

 span { border-color: rgb(144,16,131); }

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