#90147C

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

Shades of Dark Purple #90147C

Tints of Dark Purple #90147C

Color information

#90147C (or 0x90147C) is unknown color: approx Dark Purple. HEX triplet: 90, 14 and 7C. RGB value is (144,20,124). Sum of RGB (Red+Green+Blue) = 144+20+124=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90147C is #6FEB83. Grayscale: #444444. Windows color (decimal): -7334788 or 8131728. OLE color: 8131728.

HSL color Cylindrical-coordinate representation of color #90147C: hue angle of 309.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90147C is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14420124-
CMYK00.860.140.44
HSL309.68º75.61%32.16%-
HSV(B)309.68º86.11%56.47%-
XYZ15.397.8819.78-
YUV68.93159.08181.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=50%
G=6.94%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442012400.860.140.44309.6875.6132.16
Hex90147C056E2C1364c20
Octal220241740126165446611440
Binary100100001010011111000101011011101011001001101101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,20,124); }

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

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

 a { background-color: rgb(144,20,124); }

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

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

 span { border-color: rgb(144,20,124); }

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