#956781

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

Shades of Strikemaster #956781

Tints of Strikemaster #956781

Color information

#956781 (or 0x956781) is unknown color: approx Strikemaster. HEX triplet: 95, 67 and 81. RGB value is (149,103,129). Sum of RGB (Red+Green+Blue) = 149+103+129=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956781 is #6A987E. Grayscale: #777777. Windows color (decimal): -6985855 or 8480661. OLE color: 8480661.

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

Color convert

RGB149103129-
CMYK00.310.130.42
HSL326.09º18.25%49.41%-
HSV(B)326.09º30.87%58.43%-
XYZ21.2117.6823.06-
YUV119.72133.24148.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=39.11%
G=27.03%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910312900.310.130.42326.0918.2549.41
Hex95678101FD2A1461231
Octal22514720103715525062261
Binary10010101110011110000001011111110110101010100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956781; }

 p { color: rgb(149,103,129); }

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

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

 a { background-color: rgb(149,103,129); }

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

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

 span { border-color: rgb(149,103,129); }

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