#90647F

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

Shades of Strikemaster #90647F

Tints of Strikemaster #90647F

Color information

#90647F (or 0x90647F) is unknown color: approx Strikemaster. HEX triplet: 90, 64 and 7F. RGB value is (144,100,127). Sum of RGB (Red+Green+Blue) = 144+100+127=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90647F is #6F9B80. Grayscale: #747474. Windows color (decimal): -7314305 or 8348816. OLE color: 8348816.

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

Color convert

RGB144100127-
CMYK00.310.120.44
HSL323.18º18.03%47.84%-
HSV(B)323.18º30.56%56.47%-
XYZ19.8916.5822.23-
YUV116.23134.08147.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 127 (50% from 255) = 34.23%
R=38.81%
G=26.95%
B=34.23%

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
Decimal14410012700.310.120.44323.1818.0347.84
Hex90647F01FC2C1431230
Octal22014417703714545032260
Binary1001000011001001111111011111110010110010100001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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