#90296C

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

Shades of Dark Purple #90296C

Tints of Dark Purple #90296C

Color information

#90296C (or 0x90296C) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 6C. RGB value is (144,41,108). Sum of RGB (Red+Green+Blue) = 144+41+108=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90296C is #6FD693. Grayscale: #4F4F4F. Windows color (decimal): -7329428 or 7088528. OLE color: 7088528.

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

Color convert

RGB14441108-
CMYK00.720.250.44
HSL320.97º55.68%36.27%-
HSV(B)320.97º71.53%56.47%-
XYZ158.615.06-
YUV79.43144.12174.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=49.15%
G=13.99%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444110800.720.250.44320.9755.6836.27
Hex90296C048192C1413824
Octal22051154011031545017044
Binary1001000010100111011000100100011001101100101000001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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