#90567F

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

Shades of Strikemaster #90567F

Tints of Strikemaster #90567F

Color information

#90567F (or 0x90567F) is unknown color: approx Strikemaster. HEX triplet: 90, 56 and 7F. RGB value is (144,86,127). Sum of RGB (Red+Green+Blue) = 144+86+127=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90567F is #6FA980. Grayscale: #6B6B6B. Windows color (decimal): -7317889 or 8345232. OLE color: 8345232.

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

Color convert

RGB14486127-
CMYK00.400.120.44
HSL317.59º25.22%45.1%-
HSV(B)317.59º40.28%56.47%-
XYZ18.6614.1221.82-
YUV108.02138.72153.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 127 (50% from 255) = 35.57%
R=40.34%
G=24.09%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448612700.400.120.44317.5925.2245.1
Hex90567F028C2C13e192d
Octal22012617705014544763155
Binary10010000101011011111110101000110010110010011111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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