#936089

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

Shades of Strikemaster #936089

Tints of Strikemaster #936089

Color information

#936089 (or 0x936089) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 89. RGB value is (147,96,137). Sum of RGB (Red+Green+Blue) = 147+96+137=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #936089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936089 is #6C9F76. Grayscale: #737373. Windows color (decimal): -7118711 or 9003155. OLE color: 9003155.

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

Color convert

RGB14796137-
CMYK00.350.070.42
HSL311.76º20.99%47.65%-
HSV(B)311.76º34.69%57.65%-
XYZ20.7316.3725.73-
YUV115.92139.9150.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=38.68%
G=25.26%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479613700.350.070.42311.7620.9947.65
Hex93608902372A1381530
Octal2231402110437524702560
Binary10010011110000010001001010001111110101010011100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936089; }

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

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

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

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

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

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

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

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