#901B8F

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

Shades of Dark Purple #901B8F

Tints of Dark Purple #901B8F

Color information

#901B8F (or 0x901B8F) is unknown color: approx Dark Purple. HEX triplet: 90, 1B and 8F. RGB value is (144,27,143). Sum of RGB (Red+Green+Blue) = 144+27+143=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #901B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901B8F is #6FE470. Grayscale: #4A4A4A. Windows color (decimal): -7332977 or 9378704. OLE color: 9378704.

HSL color Cylindrical-coordinate representation of color #901B8F: hue angle of 300.51º degrees, saturation: 0.68, 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 #901B8F is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14427143-
CMYK00.810.010.44
HSL300.51º68.42%33.53%-
HSV(B)300.51º81.25%56.47%-
XYZ16.858.726.78-
YUV75.21166.26177.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.86%
GREEN value IS 27 (10.94% from 255) = 8.60%
BLUE value IS 143 (56.25% from 255) = 45.54%
R=45.86%
G=8.60%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442714300.810.010.44300.5168.4233.53
Hex901B8F05112C12d4422
Octal22033217012115445510442
Binary1001000011011100011110101000111011001001011011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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