#935F87

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

Shades of Strikemaster #935F87

Tints of Strikemaster #935F87

Color information

#935F87 (or 0x935F87) is unknown color: approx Strikemaster. HEX triplet: 93, 5F and 87. RGB value is (147,95,135). Sum of RGB (Red+Green+Blue) = 147+95+135=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #935F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935F87 is #6CA078. Grayscale: #737373. Windows color (decimal): -7118969 or 8871827. OLE color: 8871827.

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

Color convert

RGB14795135-
CMYK00.350.080.42
HSL313.85º21.49%47.45%-
HSV(B)313.85º35.37%57.65%-
XYZ20.516.1424.96-
YUV115.11139.23150.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=38.99%
G=25.20%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479513500.350.080.42313.8521.4947.45
Hex935F8702382A13a152f
Octal22313720704310524722557
Binary100100111011111100001110100011100010101010011101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,95,135); }

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

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

 a { background-color: rgb(147,95,135); }

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

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

 span { border-color: rgb(147,95,135); }

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