#90537D

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

Shades of Strikemaster #90537D

Tints of Strikemaster #90537D

Color information

#90537D (or 0x90537D) is unknown color: approx Strikemaster. HEX triplet: 90, 53 and 7D. RGB value is (144,83,125). Sum of RGB (Red+Green+Blue) = 144+83+125=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90537D is #6FAC82. Grayscale: #696969. Windows color (decimal): -7318659 or 8213392. OLE color: 8213392.

HSL color Cylindrical-coordinate representation of color #90537D: hue angle of 318.69º 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 #90537D is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14483125-
CMYK00.420.130.44
HSL318.69º26.87%44.51%-
HSV(B)318.69º42.36%56.47%-
XYZ18.313.621.06-
YUV106.03138.71155.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=40.91%
G=23.58%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448312500.420.130.44318.6926.8744.51
Hex90537D02AD2C13f1b2d
Octal22012317505215544773355
Binary10010000101001111111010101010110110110010011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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