#936485

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

Shades of Strikemaster #936485

Tints of Strikemaster #936485

Color information

#936485 (or 0x936485) is unknown color: approx Strikemaster. HEX triplet: 93, 64 and 85. RGB value is (147,100,133). Sum of RGB (Red+Green+Blue) = 147+100+133=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #936485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936485 is #6C9B7A. Grayscale: #757575. Windows color (decimal): -7117691 or 8742035. OLE color: 8742035.

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

Color convert

RGB147100133-
CMYK00.320.100.42
HSL317.87º19.03%48.43%-
HSV(B)317.87º31.97%57.65%-
XYZ20.8217.0124.38-
YUV117.82136.57148.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 133 (52.34% from 255) = 35%
R=38.68%
G=26.32%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710013300.320.100.42317.8719.0348.43
Hex936485020A2A13e1330
Octal22314420504012524762360
Binary100100111100100100001010100000101010101010011111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936485; }

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

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

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

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

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

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

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

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