#90157F

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

Shades of Dark Purple #90157F

Tints of Dark Purple #90157F

Color information

#90157F (or 0x90157F) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 7F. RGB value is (144,21,127). Sum of RGB (Red+Green+Blue) = 144+21+127=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90157F is #6FEA80. Grayscale: #454545. Windows color (decimal): -7334529 or 8328592. OLE color: 8328592.

HSL color Cylindrical-coordinate representation of color #90157F: hue angle of 308.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90157F is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14421127-
CMYK00.850.120.44
HSL308.29º74.55%32.35%-
HSV(B)308.29º85.42%56.47%-
XYZ15.6820.8-
YUV69.86160.25180.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 127 (50% from 255) = 43.49%
R=49.32%
G=7.19%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442112700.850.120.44308.2974.5532.35
Hex90157F055C2C1344b20
Octal220251770125145446411340
Binary100100001010111111110101010111001011001001101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90157F; }

 p { color: rgb(144,21,127); }

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

<style>
 a { background-color: #90157F; }

 a { background-color: rgb(144,21,127); }

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

<style>
 span { border-color: #90157F; }

 span { border-color: rgb(144,21,127); }

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