#90637C

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

Shades of Strikemaster #90637C

Tints of Strikemaster #90637C

Color information

#90637C (or 0x90637C) is unknown color: approx Strikemaster. HEX triplet: 90, 63 and 7C. RGB value is (144,99,124). Sum of RGB (Red+Green+Blue) = 144+99+124=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #90637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90637C is #6F9C83. Grayscale: #737373. Windows color (decimal): -7314564 or 8151952. OLE color: 8151952.

HSL color Cylindrical-coordinate representation of color #90637C: hue angle of 326.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90637C is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14499124-
CMYK00.310.140.44
HSL326.67º18.52%47.65%-
HSV(B)326.67º31.25%56.47%-
XYZ19.616.3121.18-
YUV115.3132.91148.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=39.24%
G=26.98%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449912400.310.140.44326.6718.5247.65
Hex90637C01FE2C1471330
Octal22014317403716545072360
Binary1001000011000111111100011111111010110010100011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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