#90587F

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

Shades of Strikemaster #90587F

Tints of Strikemaster #90587F

Color information

#90587F (or 0x90587F) is unknown color: approx Strikemaster. HEX triplet: 90, 58 and 7F. RGB value is (144,88,127). Sum of RGB (Red+Green+Blue) = 144+88+127=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90587F is #6FA780. Grayscale: #6D6D6D. Windows color (decimal): -7317377 or 8345744. OLE color: 8345744.

HSL color Cylindrical-coordinate representation of color #90587F: hue angle of 318.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90587F is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14488127-
CMYK00.390.120.44
HSL318.21º24.14%45.49%-
HSV(B)318.21º38.89%56.47%-
XYZ18.8214.4421.87-
YUV109.19138.05152.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 127 (50% from 255) = 35.38%
R=40.11%
G=24.51%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448812700.390.120.44318.2124.1445.49
Hex90587F027C2C13e182d
Octal22013017704714544763055
Binary10010000101100011111110100111110010110010011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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