#935879

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

Shades of Strikemaster #935879

Tints of Strikemaster #935879

Color information

#935879 (or 0x935879) is unknown color: approx Strikemaster. HEX triplet: 93, 58 and 79. RGB value is (147,88,121). Sum of RGB (Red+Green+Blue) = 147+88+121=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #935879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935879 is #6CA786. Grayscale: #6D6D6D. Windows color (decimal): -7120775 or 7952531. OLE color: 7952531.

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

Color convert

RGB14788121-
CMYK00.400.180.42
HSL326.44º25.11%46.08%-
HSV(B)326.44º40.14%57.65%-
XYZ18.9714.5619.9-
YUV109.4134.55154.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=41.29%
G=24.72%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478812100.400.180.42326.4425.1146.08
Hex935879028122A146192e
Octal22313017105022525063156
Binary100100111011000111100101010001001010101010100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935879; }

 p { color: rgb(147,88,121); }

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

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

 a { background-color: rgb(147,88,121); }

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

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

 span { border-color: rgb(147,88,121); }

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