#936084

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

Shades of Strikemaster #936084

Tints of Strikemaster #936084

Color information

#936084 (or 0x936084) is unknown color: approx Strikemaster. HEX triplet: 93, 60 and 84. RGB value is (147,96,132). Sum of RGB (Red+Green+Blue) = 147+96+132=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #936084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936084 is #6C9F7B. Grayscale: #737373. Windows color (decimal): -7118716 or 8675475. OLE color: 8675475.

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

Color convert

RGB14796132-
CMYK00.350.100.42
HSL317.65º20.99%47.65%-
HSV(B)317.65º34.69%57.65%-
XYZ20.3816.2323.89-
YUV115.35137.4150.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=39.2%
G=25.6%
B=35.2%

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
Decimal1479613200.350.100.42317.6520.9947.65
Hex936084023A2A13e1530
Octal22314020404312524762560
Binary100100111100000100001000100011101010101010011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936084; }

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

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

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

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

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

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

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

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