#901C8D

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

Shades of Dark Purple #901C8D

Tints of Dark Purple #901C8D

Color information

#901C8D (or 0x901C8D) is unknown color: approx Dark Purple. HEX triplet: 90, 1C and 8D. RGB value is (144,28,141). Sum of RGB (Red+Green+Blue) = 144+28+141=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #901C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901C8D is #6FE372. Grayscale: #4B4B4B. Windows color (decimal): -7332723 or 9247888. OLE color: 9247888.

HSL color Cylindrical-coordinate representation of color #901C8D: hue angle of 301.55º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C8D is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14428141-
CMYK00.810.020.44
HSL301.55º67.44%33.73%-
HSV(B)301.55º80.56%56.47%-
XYZ16.728.6825.99-
YUV75.57164.93176.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=46.01%
G=8.95%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442814100.810.020.44301.5567.4433.73
Hex901C8D05122C12e4322
Octal22034215012125445610342
Binary10010000111001000110101010001101011001001011101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,28,141); }

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

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

 a { background-color: rgb(144,28,141); }

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

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

 span { border-color: rgb(144,28,141); }

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