#90597C

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

Shades of Strikemaster #90597C

Tints of Strikemaster #90597C

Color information

#90597C (or 0x90597C) is unknown color: approx Strikemaster. HEX triplet: 90, 59 and 7C. RGB value is (144,89,124). Sum of RGB (Red+Green+Blue) = 144+89+124=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90597C is #6FA683. Grayscale: #6D6D6D. Windows color (decimal): -7317124 or 8149392. OLE color: 8149392.

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

Color convert

RGB14489124-
CMYK00.380.140.44
HSL321.82º23.61%45.69%-
HSV(B)321.82º38.19%56.47%-
XYZ18.7114.5320.89-
YUV109.43136.22152.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=40.34%
G=24.93%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448912400.380.140.44321.8223.6145.69
Hex90597C026E2C142182e
Octal22013117404616545023056
Binary10010000101100111111000100110111010110010100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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