#901D65

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

Shades of Dark Purple #901D65

Tints of Dark Purple #901D65

Color information

#901D65 (or 0x901D65) is unknown color: approx Dark Purple. HEX triplet: 90, 1D and 65. RGB value is (144,29,101). Sum of RGB (Red+Green+Blue) = 144+29+101=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #901D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901D65 is #6FE29A. Grayscale: #474747. Windows color (decimal): -7332507 or 6626704. OLE color: 6626704.

HSL color Cylindrical-coordinate representation of color #901D65: hue angle of 322.43º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #901D65 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14429101-
CMYK00.800.300.44
HSL322.43º66.47%33.92%-
HSV(B)322.43º79.86%56.47%-
XYZ14.297.7513.05-
YUV71.59144.6179.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.55%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=52.55%
G=10.58%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442910100.800.300.44322.4366.4733.92
Hex901D650501E2C1424222
Octal220351450120365450210242
Binary1001000011101110010101010000111101011001010000101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,29,101); }

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

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

 a { background-color: rgb(144,29,101); }

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

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

 span { border-color: rgb(144,29,101); }

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