#90587A

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

Shades of Strikemaster #90587A

Tints of Strikemaster #90587A

Color information

#90587A (or 0x90587A) is unknown color: approx Strikemaster. HEX triplet: 90, 58 and 7A. RGB value is (144,88,122). Sum of RGB (Red+Green+Blue) = 144+88+122=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90587A is #6FA785. Grayscale: #6C6C6C. Windows color (decimal): -7317382 or 8018064. OLE color: 8018064.

HSL color Cylindrical-coordinate representation of color #90587A: hue angle of 323.57º 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 #90587A is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14488122-
CMYK00.390.150.44
HSL323.57º24.14%45.49%-
HSV(B)323.57º38.89%56.47%-
XYZ18.514.3120.2-
YUV108.62135.55153.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=40.68%
G=24.86%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448812200.390.150.44323.5724.1445.49
Hex90587A027F2C144182d
Octal22013017204717545043055
Binary10010000101100011110100100111111110110010100010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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