#945682

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

Shades of Strikemaster #945682

Tints of Strikemaster #945682

Color information

#945682 (or 0x945682) is unknown color: approx Strikemaster. HEX triplet: 94, 56 and 82. RGB value is (148,86,130). Sum of RGB (Red+Green+Blue) = 148+86+130=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #945682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945682 is #6BA97D. Grayscale: #6D6D6D. Windows color (decimal): -7055742 or 8541844. OLE color: 8541844.

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

Color convert

RGB14886130-
CMYK00.420.120.42
HSL317.42º26.5%45.88%-
HSV(B)317.42º41.89%58.04%-
XYZ19.5714.5622.9-
YUV109.55139.54155.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=40.66%
G=23.63%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488613000.420.120.42317.4226.545.88
Hex94568202AC2A13d1a2e
Octal22412620205214524753256
Binary100101001010110100000100101010110010101010011110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945682; }

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

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

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

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

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

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

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

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