#905079

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

Shades of Strikemaster #905079

Tints of Strikemaster #905079

Color information

#905079 (or 0x905079) is unknown color: approx Strikemaster. HEX triplet: 90, 50 and 79. RGB value is (144,80,121). Sum of RGB (Red+Green+Blue) = 144+80+121=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905079 is #6FAF86. Grayscale: #676767. Windows color (decimal): -7319431 or 7950480. OLE color: 7950480.

HSL color Cylindrical-coordinate representation of color #905079: hue angle of 321.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905079 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14480121-
CMYK00.440.160.44
HSL321.56º28.57%43.92%-
HSV(B)321.56º44.44%56.47%-
XYZ17.8213.0519.67-
YUV103.81137.7156.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=41.74%
G=23.19%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448012100.440.160.44321.5628.5743.92
Hex90507902C102C1421d2c
Octal22012017105420545023554
Binary100100001010000111100101011001000010110010100001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905079; }

 p { color: rgb(144,80,121); }

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

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

 a { background-color: rgb(144,80,121); }

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

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

 span { border-color: rgb(144,80,121); }

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