#90298D

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

Shades of Dark Purple #90298D

Tints of Dark Purple #90298D

Color information

#90298D (or 0x90298D) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 8D. RGB value is (144,41,141). Sum of RGB (Red+Green+Blue) = 144+41+141=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #90298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90298D is #6FD672. Grayscale: #525252. Windows color (decimal): -7329395 or 9251216. OLE color: 9251216.

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

Color convert

RGB14441141-
CMYK00.720.020.44
HSL301.75º55.68%36.27%-
HSV(B)301.75º71.53%56.47%-
XYZ17.19.4426.12-
YUV83.2160.62171.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=44.17%
G=12.58%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444114100.720.020.44301.7555.6836.27
Hex90298D04822C12e3824
Octal2205121501102544567044
Binary10010000101001100011010100100010101100100101110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,41,141); }

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

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

 a { background-color: rgb(144,41,141); }

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

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

 span { border-color: rgb(144,41,141); }

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