#956085

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

Shades of Strikemaster #956085

Tints of Strikemaster #956085

Color information

#956085 (or 0x956085) is unknown color: approx Strikemaster. HEX triplet: 95, 60 and 85. RGB value is (149,96,133). Sum of RGB (Red+Green+Blue) = 149+96+133=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #956085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956085 is #6A9F7A. Grayscale: #737373. Windows color (decimal): -6987643 or 8741013. OLE color: 8741013.

HSL color Cylindrical-coordinate representation of color #956085: hue angle of 318.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956085 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14996133-
CMYK00.360.110.42
HSL318.11º21.63%48.04%-
HSV(B)318.11º35.57%58.43%-
XYZ20.8116.4524.27-
YUV116.06137.56151.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=39.42%
G=25.40%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499613300.360.110.42318.1121.6348.04
Hex956085024B2A13e1630
Octal22514020504413524762660
Binary100101011100000100001010100100101110101010011111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956085; }

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

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

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

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

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

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

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

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