#901A6D

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

Shades of Dark Purple #901A6D

Tints of Dark Purple #901A6D

Color information

#901A6D (or 0x901A6D) is unknown color: approx Dark Purple. HEX triplet: 90, 1A and 6D. RGB value is (144,26,109). Sum of RGB (Red+Green+Blue) = 144+26+109=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #901A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A6D is #6FE592. Grayscale: #464646. Windows color (decimal): -7333267 or 7150224. OLE color: 7150224.

HSL color Cylindrical-coordinate representation of color #901A6D: hue angle of 317.8º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A6D is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14426109-
CMYK00.820.240.44
HSL317.8º69.41%33.33%-
HSV(B)317.8º81.94%56.47%-
XYZ14.637.7715.2-
YUV70.74149.59180.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.61%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=51.61%
G=9.32%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442610900.820.240.44317.869.4133.33
Hex901A6D052182C13e4521
Octal220321550122305447610541
Binary1001000011010110110101010010110001011001001111101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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