#90296A

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

Shades of Dark Purple #90296A

Tints of Dark Purple #90296A

Color information

#90296A (or 0x90296A) is unknown color: approx Dark Purple. HEX triplet: 90, 29 and 6A. RGB value is (144,41,106). Sum of RGB (Red+Green+Blue) = 144+41+106=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90296A is #6FD695. Grayscale: #4F4F4F. Windows color (decimal): -7329430 or 6957456. OLE color: 6957456.

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

Color convert

RGB14441106-
CMYK00.720.260.44
HSL322.14º55.68%36.27%-
HSV(B)322.14º71.53%56.47%-
XYZ14.98.5614.5-
YUV79.21143.12174.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=49.48%
G=14.09%
B=36.43%

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
Decimal1444110600.720.260.44322.1455.6836.27
Hex90296A0481A2C1423824
Octal22051152011032545027044
Binary1001000010100111010100100100011010101100101000010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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