#935976

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

Shades of Strikemaster #935976

Tints of Strikemaster #935976

Color information

#935976 (or 0x935976) is unknown color: approx Strikemaster. HEX triplet: 93, 59 and 76. RGB value is (147,89,118). Sum of RGB (Red+Green+Blue) = 147+89+118=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #935976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935976 is #6CA689. Grayscale: #6D6D6D. Windows color (decimal): -7120522 or 7756179. OLE color: 7756179.

HSL color Cylindrical-coordinate representation of color #935976: hue angle of 330º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935976 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14789118-
CMYK00.390.200.42
HSL330º24.58%46.27%-
HSV(B)330º39.46%57.65%-
XYZ18.8814.6618.97-
YUV109.65132.72154.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=41.53%
G=25.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478911800.390.200.4233024.5846.27
Hex935976027142A14a192e
Octal22313116604724525123156
Binary100100111011001111011001001111010010101010100101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935976; }

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

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

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

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

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

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

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

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