#90637F

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

Shades of Strikemaster #90637F

Tints of Strikemaster #90637F

Color information

#90637F (or 0x90637F) is unknown color: approx Strikemaster. HEX triplet: 90, 63 and 7F. RGB value is (144,99,127). Sum of RGB (Red+Green+Blue) = 144+99+127=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #90637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90637F is #6F9C80. Grayscale: #737373. Windows color (decimal): -7314561 or 8348560. OLE color: 8348560.

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

Color convert

RGB14499127-
CMYK00.310.120.44
HSL322.67º18.52%47.65%-
HSV(B)322.67º31.25%56.47%-
XYZ19.7916.3922.2-
YUV115.65134.41148.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 127 (50% from 255) = 34.32%
R=38.92%
G=26.76%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449912700.310.120.44322.6718.5247.65
Hex90637F01FC2C1431330
Octal22014317703714545032360
Binary1001000011000111111111011111110010110010100001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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