#901284

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

Shades of Dark Purple #901284

Tints of Dark Purple #901284

Color information

#901284 (or 0x901284) is unknown color: approx Dark Purple. HEX triplet: 90, 12 and 84. RGB value is (144,18,132). Sum of RGB (Red+Green+Blue) = 144+18+132=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #901284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901284 is #6FED7B. Grayscale: #444444. Windows color (decimal): -7335292 or 8655504. OLE color: 8655504.

HSL color Cylindrical-coordinate representation of color #901284: hue angle of 305.71º 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 #901284 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14418132-
CMYK00.880.080.44
HSL305.71º77.78%31.76%-
HSV(B)305.71º87.5%56.47%-
XYZ15.888.0322.54-
YUV68.67163.74181.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 18 (7.42% from 255) = 6.12%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=48.98%
G=6.12%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441813200.880.080.44305.7177.7831.76
Hex90128405882C1324e20
Octal220222040130105446211640
Binary1001000010010100001000101100010001011001001100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901284; }

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

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

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

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

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

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

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

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