#90647D

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

Shades of Strikemaster #90647D

Tints of Strikemaster #90647D

Color information

#90647D (or 0x90647D) is unknown color: approx Strikemaster. HEX triplet: 90, 64 and 7D. RGB value is (144,100,125). Sum of RGB (Red+Green+Blue) = 144+100+125=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #90647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90647D is #6F9B82. Grayscale: #737373. Windows color (decimal): -7314307 or 8217744. OLE color: 8217744.

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

Color convert

RGB144100125-
CMYK00.310.130.44
HSL325.91º18.03%47.84%-
HSV(B)325.91º30.56%56.47%-
XYZ19.7616.5221.55-
YUV116.01133.08147.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=39.02%
G=27.10%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410012500.310.130.44325.9118.0347.84
Hex90647D01FD2C1461230
Octal22014417503715545062260
Binary1001000011001001111101011111110110110010100011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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