#90647B

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

Shades of Strikemaster #90647B

Tints of Strikemaster #90647B

Color information

#90647B (or 0x90647B) is unknown color: approx Strikemaster. HEX triplet: 90, 64 and 7B. RGB value is (144,100,123). Sum of RGB (Red+Green+Blue) = 144+100+123=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #90647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90647B is #6F9B84. Grayscale: #737373. Windows color (decimal): -7314309 or 8086672. OLE color: 8086672.

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

Color convert

RGB144100123-
CMYK00.310.150.44
HSL328.64º18.03%47.84%-
HSV(B)328.64º30.56%56.47%-
XYZ19.6316.4720.88-
YUV115.78132.08148.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=39.24%
G=27.25%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410012300.310.150.44328.6418.0347.84
Hex90647B01FF2C1491230
Octal22014417303717545112260
Binary1001000011001001111011011111111110110010100100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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