#901A8F

Color #901A8F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #901A8F

Tints of Dark Magenta #901A8F

Color information

#901A8F (or 0x901A8F) is unknown color: approx Dark Magenta. HEX triplet: 90, 1A and 8F. RGB value is (144,26,143). Sum of RGB (Red+Green+Blue) = 144+26+143=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #901A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901A8F is #6FE570. Grayscale: #4A4A4A. Windows color (decimal): -7333233 or 9378448. OLE color: 9378448.

HSL color Cylindrical-coordinate representation of color #901A8F: hue angle of 300.51º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A8F is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14426143-
CMYK00.820.010.44
HSL300.51º69.41%33.33%-
HSV(B)300.51º81.94%56.47%-
XYZ16.838.6526.77-
YUV74.62166.59177.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 26 (10.55% from 255) = 8.31%
BLUE value IS 143 (56.25% from 255) = 45.69%
R=46.01%
G=8.31%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442614300.820.010.44300.5169.4133.33
Hex901A8F05212C12d4521
Octal22032217012215445510541
Binary1001000011010100011110101001011011001001011011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901A8F; }

 p { color: rgb(144,26,143); }

 H1.HeaderClassName
 {
   color: #901A8F;
 }
 .AnyTagClassName
 {
   color: #901A8F;
 }
</style>
background-color css

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

 a { background-color: rgb(144,26,143); }

 div.DivClassName
 {
   background-color: #901A8F;
 }
 .BgClassName
 {
   background-color: #901A8F;
 }
</style>
border-color css

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

 span { border-color: rgb(144,26,143); }

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