#90587B

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

Shades of Strikemaster #90587B

Tints of Strikemaster #90587B

Color information

#90587B (or 0x90587B) is unknown color: approx Strikemaster. HEX triplet: 90, 58 and 7B. RGB value is (144,88,123). Sum of RGB (Red+Green+Blue) = 144+88+123=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90587B is #6FA784. Grayscale: #6C6C6C. Windows color (decimal): -7317381 or 8083600. OLE color: 8083600.

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

Color convert

RGB14488123-
CMYK00.390.150.44
HSL322.5º24.14%45.49%-
HSV(B)322.5º38.89%56.47%-
XYZ18.5714.3420.53-
YUV108.73136.05153.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=40.56%
G=24.79%
B=34.65%

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
Decimal1448812300.390.150.44322.524.1445.49
Hex90587B027F2C142182d
Octal22013017304717545023055
Binary10010000101100011110110100111111110110010100001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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