#956682

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

Shades of Strikemaster #956682

Tints of Strikemaster #956682

Color information

#956682 (or 0x956682) is unknown color: approx Strikemaster. HEX triplet: 95, 66 and 82. RGB value is (149,102,130). Sum of RGB (Red+Green+Blue) = 149+102+130=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956682 is #6A997D. Grayscale: #777777. Windows color (decimal): -6986110 or 8545941. OLE color: 8545941.

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

Color convert

RGB149102130-
CMYK00.320.130.42
HSL324.26º18.73%49.22%-
HSV(B)324.26º31.54%58.43%-
XYZ21.1817.523.38-
YUV119.24134.07149.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=39.11%
G=26.77%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910213000.320.130.42324.2618.7349.22
Hex956682020D2A1441331
Octal22514620204015525042361
Binary100101011100110100000100100000110110101010100010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956682; }

 p { color: rgb(149,102,130); }

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

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

 a { background-color: rgb(149,102,130); }

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

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

 span { border-color: rgb(149,102,130); }

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