#956985

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

Shades of Strikemaster #956985

Tints of Strikemaster #956985

Color information

#956985 (or 0x956985) is unknown color: approx Strikemaster. HEX triplet: 95, 69 and 85. RGB value is (149,105,133). Sum of RGB (Red+Green+Blue) = 149+105+133=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #956985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956985 is #6A967A. Grayscale: #797979. Windows color (decimal): -6985339 or 8743317. OLE color: 8743317.

HSL color Cylindrical-coordinate representation of color #956985: hue angle of 321.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956985 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149105133-
CMYK00.300.110.42
HSL321.82º17.32%49.8%-
HSV(B)321.82º29.53%58.43%-
XYZ21.6818.1924.56-
YUV121.35134.58147.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=38.50%
G=27.13%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910513300.300.110.42321.8217.3249.8
Hex95698501EB2A1421132
Octal22515120503613525022162
Binary10010101110100110000101011110101110101010100001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956985; }

 p { color: rgb(149,105,133); }

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

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

 a { background-color: rgb(149,105,133); }

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

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

 span { border-color: rgb(149,105,133); }

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