#955686

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

Shades of Strikemaster #955686

Tints of Strikemaster #955686

Color information

#955686 (or 0x955686) is unknown color: approx Strikemaster. HEX triplet: 95, 56 and 86. RGB value is (149,86,134). Sum of RGB (Red+Green+Blue) = 149+86+134=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955686 is #6AA979. Grayscale: #6E6E6E. Windows color (decimal): -6990202 or 8803989. OLE color: 8803989.

HSL color Cylindrical-coordinate representation of color #955686: hue angle of 314.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955686 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14986134-
CMYK00.420.100.42
HSL314.29º26.81%46.08%-
HSV(B)314.29º42.28%58.43%-
XYZ20.0314.7724.35-
YUV110.31141.37155.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=40.38%
G=23.31%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498613400.420.100.42314.2926.8146.08
Hex95568602AA2A13a1b2e
Octal22512620605212524723356
Binary100101011010110100001100101010101010101010011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955686; }

 p { color: rgb(149,86,134); }

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

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

 a { background-color: rgb(149,86,134); }

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

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

 span { border-color: rgb(149,86,134); }

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