#905976

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

Shades of Strikemaster #905976

Tints of Strikemaster #905976

Color information

#905976 (or 0x905976) is unknown color: approx Strikemaster. HEX triplet: 90, 59 and 76. RGB value is (144,89,118). Sum of RGB (Red+Green+Blue) = 144+89+118=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #905976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905976 is #6FA689. Grayscale: #6C6C6C. Windows color (decimal): -7317130 or 7756176. OLE color: 7756176.

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

Color convert

RGB14489118-
CMYK00.380.180.44
HSL328.36º23.61%45.69%-
HSV(B)328.36º38.19%56.47%-
XYZ18.3414.3818.95-
YUV108.75133.22153.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=41.03%
G=25.36%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448911800.380.180.44328.3623.6145.69
Hex905976026122C148182e
Octal22013116604622545103056
Binary100100001011001111011001001101001010110010100100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905976; }

 p { color: rgb(144,89,118); }

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

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

 a { background-color: rgb(144,89,118); }

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

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

 span { border-color: rgb(144,89,118); }

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