#936880

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

Shades of Strikemaster #936880

Tints of Strikemaster #936880

Color information

#936880 (or 0x936880) is unknown color: approx Strikemaster. HEX triplet: 93, 68 and 80. RGB value is (147,104,128). Sum of RGB (Red+Green+Blue) = 147+104+128=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #936880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936880 is #6C977F. Grayscale: #777777. Windows color (decimal): -7116672 or 8415379. OLE color: 8415379.

HSL color Cylindrical-coordinate representation of color #936880: hue angle of 326.51º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936880 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB147104128-
CMYK00.290.130.42
HSL326.51º17.13%49.22%-
HSV(B)326.51º29.25%57.65%-
XYZ20.8817.6622.73-
YUV119.59132.75147.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=38.79%
G=27.44%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710412800.290.130.42326.5117.1349.22
Hex93688001DD2A1471131
Octal22315020003515525072161
Binary10010011110100010000000011101110110101010100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936880; }

 p { color: rgb(147,104,128); }

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

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

 a { background-color: rgb(147,104,128); }

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

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

 span { border-color: rgb(147,104,128); }

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