#90597E

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

Shades of Strikemaster #90597E

Tints of Strikemaster #90597E

Color information

#90597E (or 0x90597E) is unknown color: approx Strikemaster. HEX triplet: 90, 59 and 7E. RGB value is (144,89,126). Sum of RGB (Red+Green+Blue) = 144+89+126=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90597E is #6FA681. Grayscale: #6D6D6D. Windows color (decimal): -7317122 or 8280464. OLE color: 8280464.

HSL color Cylindrical-coordinate representation of color #90597E: hue angle of 319.64º 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 #90597E is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14489126-
CMYK00.380.120.44
HSL319.64º23.61%45.69%-
HSV(B)319.64º38.19%56.47%-
XYZ18.8414.5821.56-
YUV109.66137.22152.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=40.11%
G=24.79%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448912600.380.120.44319.6423.6145.69
Hex90597E026C2C140182e
Octal22013117604614545003056
Binary10010000101100111111100100110110010110010100000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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