#90286A

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

Shades of Dark Purple #90286A

Tints of Dark Purple #90286A

Color information

#90286A (or 0x90286A) is unknown color: approx Dark Purple. HEX triplet: 90, 28 and 6A. RGB value is (144,40,106). Sum of RGB (Red+Green+Blue) = 144+40+106=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90286A is #6FD795. Grayscale: #4E4E4E. Windows color (decimal): -7329686 or 6957200. OLE color: 6957200.

HSL color Cylindrical-coordinate representation of color #90286A: hue angle of 321.92º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90286A is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB14440106-
CMYK00.720.260.44
HSL321.92º56.52%36.08%-
HSV(B)321.92º72.22%56.47%-
XYZ14.868.4914.49-
YUV78.62143.46174.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 40 (16.02% from 255) = 13.79%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=49.66%
G=13.79%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444010600.720.260.44321.9256.5236.08
Hex90286A0481A2C1423924
Octal22050152011032545027144
Binary1001000010100011010100100100011010101100101000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90286A; }

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

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

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

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

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

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

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

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