#90567D

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

Shades of Strikemaster #90567D

Tints of Strikemaster #90567D

Color information

#90567D (or 0x90567D) is unknown color: approx Strikemaster. HEX triplet: 90, 56 and 7D. RGB value is (144,86,125). Sum of RGB (Red+Green+Blue) = 144+86+125=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90567D is #6FA982. Grayscale: #6B6B6B. Windows color (decimal): -7317891 or 8214160. OLE color: 8214160.

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

Color convert

RGB14486125-
CMYK00.400.130.44
HSL319.66º25.22%45.1%-
HSV(B)319.66º40.28%56.47%-
XYZ18.5314.0721.14-
YUV107.79137.72153.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=40.56%
G=24.23%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448612500.400.130.44319.6625.2245.1
Hex90567D028D2C140192d
Octal22012617505015545003155
Binary10010000101011011111010101000110110110010100000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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