#901B94

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

Shades of Dark Magenta #901B94

Tints of Dark Magenta #901B94

Color information

#901B94 (or 0x901B94) is unknown color: approx Dark Magenta. HEX triplet: 90, 1B and 94. RGB value is (144,27,148). Sum of RGB (Red+Green+Blue) = 144+27+148=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #901B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901B94 is #6FE46B. Grayscale: #4B4B4B. Windows color (decimal): -7332972 or 9706384. OLE color: 9706384.

HSL color Cylindrical-coordinate representation of color #901B94: hue angle of 298.02º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901B94 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14427148-
CMYK0.030.8200.42
HSL298.02º69.14%34.31%-
HSV(B)298.02º81.76%58.04%-
XYZ17.248.8528.82-
YUV75.78168.76176.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=45.14%
G=8.46%
B=46.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144271480.030.8200.42298.0269.1434.31
Hex901B9435202A12a4522
Octal22033224312205245210542
Binary10010000110111001010011101001001010101001010101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,27,148); }

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

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

 a { background-color: rgb(144,27,148); }

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

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

 span { border-color: rgb(144,27,148); }

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