#901881

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

Shades of Dark Purple #901881

Tints of Dark Purple #901881

Color information

#901881 (or 0x901881) is unknown color: approx Dark Purple. HEX triplet: 90, 18 and 81. RGB value is (144,24,129). Sum of RGB (Red+Green+Blue) = 144+24+129=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901881 is #6FE77E. Grayscale: #474747. Windows color (decimal): -7333759 or 8460432. OLE color: 8460432.

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

Color convert

RGB14424129-
CMYK00.830.100.44
HSL307.5º71.43%32.94%-
HSV(B)307.5º83.33%56.47%-
XYZ15.798.1721.51-
YUV71.85160.26179.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=48.48%
G=8.08%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442412900.830.100.44307.571.4332.94
Hex901881053A2C1344721
Octal220302010123125446410741
Binary1001000011000100000010101001110101011001001101001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901881; }

 p { color: rgb(144,24,129); }

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

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

 a { background-color: rgb(144,24,129); }

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

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

 span { border-color: rgb(144,24,129); }

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