#90298C

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

Shades of Dark Purple #90298C

Tints of Dark Purple #90298C

Color information

#90298C (or 0x90298C) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 8C. RGB value is (144,41,140). Sum of RGB (Red+Green+Blue) = 144+41+140=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90298C is #6FD673. Grayscale: #525252. Windows color (decimal): -7329396 or 9185680. OLE color: 9185680.

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

Color convert

RGB14441140-
CMYK00.720.030.44
HSL302.33º55.68%36.27%-
HSV(B)302.33º71.53%56.47%-
XYZ17.039.4125.73-
YUV83.08160.12171.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=44.31%
G=12.62%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444114000.720.030.44302.3355.6836.27
Hex90298C04832C12e3824
Octal2205121401103544567044
Binary10010000101001100011000100100011101100100101110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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