#901A6E

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

Shades of Dark Purple #901A6E

Tints of Dark Purple #901A6E

Color information

#901A6E (or 0x901A6E) is unknown color: approx Dark Purple. HEX triplet: 90, 1A and 6E. RGB value is (144,26,110). Sum of RGB (Red+Green+Blue) = 144+26+110=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #901A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A6E is #6FE591. Grayscale: #464646. Windows color (decimal): -7333266 or 7215760. OLE color: 7215760.

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

Color convert

RGB14426110-
CMYK00.820.240.44
HSL317.29º69.41%33.33%-
HSV(B)317.29º81.94%56.47%-
XYZ14.697.7915.48-
YUV70.86150.09180.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 26 (10.55% from 255) = 9.29%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=51.43%
G=9.29%
B=39.29%

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
Decimal1442611000.820.240.44317.2969.4133.33
Hex901A6E052182C13d4521
Octal220321560122305447510541
Binary1001000011010110111001010010110001011001001111011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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