#901B6D

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

Shades of Dark Purple #901B6D

Tints of Dark Purple #901B6D

Color information

#901B6D (or 0x901B6D) is unknown color: approx Dark Purple. HEX triplet: 90, 1B and 6D. RGB value is (144,27,109). Sum of RGB (Red+Green+Blue) = 144+27+109=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #901B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901B6D is #6FE492. Grayscale: #474747. Windows color (decimal): -7333011 or 7150480. OLE color: 7150480.

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

Color convert

RGB14427109-
CMYK00.810.240.44
HSL317.95º68.42%33.53%-
HSV(B)317.95º81.25%56.47%-
XYZ14.657.8215.2-
YUV71.33149.26179.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=51.43%
G=9.64%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442710900.810.240.44317.9568.4233.53
Hex901B6D051182C13e4422
Octal220331550121305447610442
Binary1001000011011110110101010001110001011001001111101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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