#901485

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

Shades of Dark Purple #901485

Tints of Dark Purple #901485

Color information

#901485 (or 0x901485) is unknown color: approx Dark Purple. HEX triplet: 90, 14 and 85. RGB value is (144,20,133). Sum of RGB (Red+Green+Blue) = 144+20+133=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901485 is #6FEB7A. Grayscale: #454545. Windows color (decimal): -7334779 or 8721552. OLE color: 8721552.

HSL color Cylindrical-coordinate representation of color #901485: hue angle of 305.32º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901485 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14420133-
CMYK00.860.080.44
HSL305.32º75.61%32.16%-
HSV(B)305.32º86.11%56.47%-
XYZ15.998.1222.92-
YUV69.96163.58180.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 20 (8.20% from 255) = 6.73%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=48.48%
G=6.73%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442013300.860.080.44305.3275.6132.16
Hex90148505682C1314c20
Octal220242050126105446111440
Binary1001000010100100001010101011010001011001001100011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901485; }

 p { color: rgb(144,20,133); }

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

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

 a { background-color: rgb(144,20,133); }

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

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

 span { border-color: rgb(144,20,133); }

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