#935776

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

Shades of Strikemaster #935776

Tints of Strikemaster #935776

Color information

#935776 (or 0x935776) is unknown color: approx Strikemaster. HEX triplet: 93, 57 and 76. RGB value is (147,87,118). Sum of RGB (Red+Green+Blue) = 147+87+118=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #935776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935776 is #6CA889. Grayscale: #6C6C6C. Windows color (decimal): -7121034 or 7755667. OLE color: 7755667.

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

Color convert

RGB14787118-
CMYK00.410.200.42
HSL329º25.64%45.88%-
HSV(B)329º40.82%57.65%-
XYZ18.7114.3318.92-
YUV108.47133.38155.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=41.76%
G=24.72%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478711800.410.200.4232925.6445.88
Hex935776029142A1491a2e
Octal22312716605124525113256
Binary100100111010111111011001010011010010101010100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935776; }

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

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

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

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

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

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

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

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