#90537C

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

Shades of Strikemaster #90537C

Tints of Strikemaster #90537C

Color information

#90537C (or 0x90537C) is unknown color: approx Strikemaster. HEX triplet: 90, 53 and 7C. RGB value is (144,83,124). Sum of RGB (Red+Green+Blue) = 144+83+124=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #90537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90537C is #6FAC83. Grayscale: #696969. Windows color (decimal): -7318660 or 8147856. OLE color: 8147856.

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

Color convert

RGB14483124-
CMYK00.420.140.44
HSL319.67º26.87%44.51%-
HSV(B)319.67º42.36%56.47%-
XYZ18.2313.5720.73-
YUV105.91138.21155.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=41.03%
G=23.65%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448312400.420.140.44319.6726.8744.51
Hex90537C02AE2C1401b2d
Octal22012317405216545003355
Binary10010000101001111111000101010111010110010100000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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