#956C83

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

Shades of Strikemaster #956C83

Tints of Strikemaster #956C83

Color information

#956C83 (or 0x956C83) is unknown color: approx Strikemaster. HEX triplet: 95, 6C and 83. RGB value is (149,108,131). Sum of RGB (Red+Green+Blue) = 149+108+131=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #956C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956C83 is #6A937C. Grayscale: #7A7A7A. Windows color (decimal): -6984573 or 8613013. OLE color: 8613013.

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

Color convert

RGB149108131-
CMYK00.280.120.42
HSL326.34º16.21%50.39%-
HSV(B)326.34º27.52%58.43%-
XYZ21.8518.7523.94-
YUV122.88132.58146.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=38.40%
G=27.84%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910813100.280.120.42326.3416.2150.39
Hex956C8301CC2A1461032
Octal22515420303414525062062
Binary10010101110110010000011011100110010101010100011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956C83; }

 p { color: rgb(149,108,131); }

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

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

 a { background-color: rgb(149,108,131); }

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

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

 span { border-color: rgb(149,108,131); }

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