#90287D

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

Shades of Dark Purple #90287D

Tints of Dark Purple #90287D

Color information

#90287D (or 0x90287D) is unknown color: approx Dark Purple. HEX triplet: 90, 28 and 7D. RGB value is (144,40,125). Sum of RGB (Red+Green+Blue) = 144+40+125=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90287D is #6FD782. Grayscale: #505050. Windows color (decimal): -7329667 or 8202384. OLE color: 8202384.

HSL color Cylindrical-coordinate representation of color #90287D: hue angle of 310.96º 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 #90287D is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14440125-
CMYK00.720.130.44
HSL310.96º56.52%36.08%-
HSV(B)310.96º72.22%56.47%-
XYZ15.968.9320.28-
YUV80.79152.96173.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=46.60%
G=12.94%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444012500.720.130.44310.9656.5236.08
Hex90287D048D2C1373924
Octal22050175011015544677144
Binary100100001010001111101010010001101101100100110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90287D; }

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

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

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

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

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

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

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

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