#935684

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

Shades of Strikemaster #935684

Tints of Strikemaster #935684

Color information

#935684 (or 0x935684) is unknown color: approx Strikemaster. HEX triplet: 93, 56 and 84. RGB value is (147,86,132). Sum of RGB (Red+Green+Blue) = 147+86+132=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #935684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935684 is #6CA97B. Grayscale: #6D6D6D. Windows color (decimal): -7121276 or 8672915. OLE color: 8672915.

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

Color convert

RGB14786132-
CMYK00.410.100.42
HSL314.75º26.18%45.69%-
HSV(B)314.75º41.5%57.65%-
XYZ19.5314.5223.6-
YUV109.48140.71154.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=40.27%
G=23.56%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478613200.410.100.42314.7526.1845.69
Hex935684029A2A13b1a2e
Octal22312620405112524733256
Binary100100111010110100001000101001101010101010011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935684; }

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

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

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

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

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

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

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

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