#935E7C

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

Shades of Strikemaster #935E7C

Tints of Strikemaster #935E7C

Color information

#935E7C (or 0x935E7C) is unknown color: approx Strikemaster. HEX triplet: 93, 5E and 7C. RGB value is (147,94,124). Sum of RGB (Red+Green+Blue) = 147+94+124=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #935E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E7C is #6CA183. Grayscale: #717171. Windows color (decimal): -7119236 or 8150675. OLE color: 8150675.

HSL color Cylindrical-coordinate representation of color #935E7C: hue angle of 326.04º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E7C is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14794124-
CMYK00.360.160.42
HSL326.04º21.99%47.25%-
HSV(B)326.04º36.05%57.65%-
XYZ19.6715.6621.06-
YUV113.27134.06152.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=40.27%
G=25.75%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479412400.360.160.42326.0421.9947.25
Hex935E7C024102A146162f
Octal22313617404420525062657
Binary100100111011110111110001001001000010101010100011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935E7C; }

 p { color: rgb(147,94,124); }

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

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

 a { background-color: rgb(147,94,124); }

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

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

 span { border-color: rgb(147,94,124); }

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