#901276

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

Shades of Dark Purple #901276

Tints of Dark Purple #901276

Color information

#901276 (or 0x901276) is unknown color: approx Dark Purple. HEX triplet: 90, 12 and 76. RGB value is (144,18,118). Sum of RGB (Red+Green+Blue) = 144+18+118=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #901276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901276 is #6FED89. Grayscale: #424242. Windows color (decimal): -7335306 or 7738000. OLE color: 7738000.

HSL color Cylindrical-coordinate representation of color #901276: hue angle of 312.38º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901276 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14418118-
CMYK00.880.180.44
HSL312.38º77.78%31.76%-
HSV(B)312.38º87.5%56.47%-
XYZ14.997.6717.83-
YUV67.07156.74182.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=51.43%
G=6.43%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441811800.880.180.44312.3877.7831.76
Hex901276058122C1384e20
Octal220221660130225447011640
Binary1001000010010111011001011000100101011001001110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901276; }

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

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

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

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

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

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

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

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