#901A6A

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

Shades of Dark Purple #901A6A

Tints of Dark Purple #901A6A

Color information

#901A6A (or 0x901A6A) is unknown color: approx Dark Purple. HEX triplet: 90, 1A and 6A. RGB value is (144,26,106). Sum of RGB (Red+Green+Blue) = 144+26+106=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #901A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A6A is #6FE595. Grayscale: #464646. Windows color (decimal): -7333270 or 6953616. OLE color: 6953616.

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

Color convert

RGB14426106-
CMYK00.820.260.44
HSL319.32º69.41%33.33%-
HSV(B)319.32º81.94%56.47%-
XYZ14.477.7114.36-
YUV70.4148.09180.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 26 (10.55% from 255) = 9.42%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=52.17%
G=9.42%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442610600.820.260.44319.3269.4133.33
Hex901A6A0521A2C13f4521
Octal220321520122325447710541
Binary1001000011010110101001010010110101011001001111111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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