#935682

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

Shades of Strikemaster #935682

Tints of Strikemaster #935682

Color information

#935682 (or 0x935682) is unknown color: approx Strikemaster. HEX triplet: 93, 56 and 82. RGB value is (147,86,130). Sum of RGB (Red+Green+Blue) = 147+86+130=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #935682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935682 is #6CA97D. Grayscale: #6D6D6D. Windows color (decimal): -7121278 or 8541843. OLE color: 8541843.

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

Color convert

RGB14786130-
CMYK00.410.120.42
HSL316.72º26.18%45.69%-
HSV(B)316.72º41.5%57.65%-
XYZ19.3914.4722.89-
YUV109.26139.71154.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=40.50%
G=23.69%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478613000.410.120.42316.7226.1845.69
Hex935682029C2A13d1a2e
Octal22312620205114524753256
Binary100100111010110100000100101001110010101010011110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935682; }

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

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

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

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

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

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

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

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