#90557C

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

Shades of Strikemaster #90557C

Tints of Strikemaster #90557C

Color information

#90557C (or 0x90557C) is unknown color: approx Strikemaster. HEX triplet: 90, 55 and 7C. RGB value is (144,85,124). Sum of RGB (Red+Green+Blue) = 144+85+124=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90557C is #6FAA83. Grayscale: #6A6A6A. Windows color (decimal): -7318148 or 8148368. OLE color: 8148368.

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

Color convert

RGB14485124-
CMYK00.410.140.44
HSL320.34º25.76%44.9%-
HSV(B)320.34º40.97%56.47%-
XYZ18.3913.8820.78-
YUV107.09137.55154.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=40.79%
G=24.08%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448512400.410.140.44320.3425.7644.9
Hex90557C029E2C1401a2d
Octal22012517405116545003255
Binary10010000101010111111000101001111010110010100000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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