#936085

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

Shades of Strikemaster #936085

Tints of Strikemaster #936085

Color information

#936085 (or 0x936085) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 85. RGB value is (147,96,133). Sum of RGB (Red+Green+Blue) = 147+96+133=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #936085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936085 is #6C9F7A. Grayscale: #737373. Windows color (decimal): -7118715 or 8741011. OLE color: 8741011.

HSL color Cylindrical-coordinate representation of color #936085: hue angle of 316.47º 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 #936085 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14796133-
CMYK00.350.100.42
HSL316.47º20.99%47.65%-
HSV(B)316.47º34.69%57.65%-
XYZ20.4516.2624.25-
YUV115.47137.9150.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=39.10%
G=25.53%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479613300.350.100.42316.4720.9947.65
Hex936085023A2A13c1530
Octal22314020504312524742560
Binary100100111100000100001010100011101010101010011110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936085; }

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

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

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

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

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

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

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

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