#936087

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

Shades of Strikemaster #936087

Tints of Strikemaster #936087

Color information

#936087 (or 0x936087) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 87. RGB value is (147,96,135). Sum of RGB (Red+Green+Blue) = 147+96+135=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #936087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936087 is #6C9F78. Grayscale: #737373. Windows color (decimal): -7118713 or 8872083. OLE color: 8872083.

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

Color convert

RGB14796135-
CMYK00.350.080.42
HSL314.12º20.99%47.65%-
HSV(B)314.12º34.69%57.65%-
XYZ20.5916.3224.99-
YUV115.7138.9150.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=38.89%
G=25.40%
B=35.71%

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
Decimal1479613500.350.080.42314.1220.9947.65
Hex93608702382A13a1530
Octal22314020704310524722560
Binary100100111100000100001110100011100010101010011101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936087; }

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

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

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

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

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

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

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

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