#90557F

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

Shades of Strikemaster #90557F

Tints of Strikemaster #90557F

Color information

#90557F (or 0x90557F) is unknown color: approx Strikemaster. HEX triplet: 90, 55 and 7F. RGB value is (144,85,127). Sum of RGB (Red+Green+Blue) = 144+85+127=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90557F is #6FAA80. Grayscale: #6B6B6B. Windows color (decimal): -7318145 or 8344976. OLE color: 8344976.

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

Color convert

RGB14485127-
CMYK00.410.120.44
HSL317.29º25.76%44.9%-
HSV(B)317.29º40.97%56.47%-
XYZ18.5813.9621.79-
YUV107.43139.05154.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 127 (50% from 255) = 35.67%
R=40.45%
G=23.88%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448512700.410.120.44317.2925.7644.9
Hex90557F029C2C13d1a2d
Octal22012517705114544753255
Binary10010000101010111111110101001110010110010011110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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