#901C76

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

Shades of Dark Purple #901C76

Tints of Dark Purple #901C76

Color information

#901C76 (or 0x901C76) is unknown color: approx Dark Purple. HEX triplet: 90, 1C and 76. RGB value is (144,28,118). Sum of RGB (Red+Green+Blue) = 144+28+118=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #901C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C76 is #6FE389. Grayscale: #484848. Windows color (decimal): -7332746 or 7740560. OLE color: 7740560.

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

Color convert

RGB14428118-
CMYK00.810.180.44
HSL313.45º67.44%33.73%-
HSV(B)313.45º80.56%56.47%-
XYZ15.198.0717.9-
YUV72.94153.43178.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=49.66%
G=9.66%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442811800.810.180.44313.4567.4433.73
Hex901C76051122C1394322
Octal220341660121225447110342
Binary1001000011100111011001010001100101011001001110011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,28,118); }

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

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

 a { background-color: rgb(144,28,118); }

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

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

 span { border-color: rgb(144,28,118); }

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