#90567C

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

Shades of Strikemaster #90567C

Tints of Strikemaster #90567C

Color information

#90567C (or 0x90567C) is unknown color: approx Strikemaster. HEX triplet: 90, 56 and 7C. RGB value is (144,86,124). Sum of RGB (Red+Green+Blue) = 144+86+124=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90567C is #6FA983. Grayscale: #6B6B6B. Windows color (decimal): -7317892 or 8148624. OLE color: 8148624.

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

Color convert

RGB14486124-
CMYK00.400.140.44
HSL320.69º25.22%45.1%-
HSV(B)320.69º40.28%56.47%-
XYZ18.4714.0420.81-
YUV107.67137.22153.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=40.68%
G=24.29%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448612400.400.140.44320.6925.2245.1
Hex90567C028E2C141192d
Octal22012617405016545013155
Binary10010000101011011111000101000111010110010100000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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