#955786

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

Shades of Strikemaster #955786

Tints of Strikemaster #955786

Color information

#955786 (or 0x955786) is unknown color: approx Strikemaster. HEX triplet: 95, 57 and 86. RGB value is (149,87,134). Sum of RGB (Red+Green+Blue) = 149+87+134=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #955786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955786 is #6AA879. Grayscale: #6E6E6E. Windows color (decimal): -6989946 or 8804245. OLE color: 8804245.

HSL color Cylindrical-coordinate representation of color #955786: hue angle of 314.52º degrees, saturation: 0.26, 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 #955786 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14987134-
CMYK00.420.100.42
HSL314.52º26.27%46.27%-
HSV(B)314.52º41.61%58.43%-
XYZ20.1114.9324.38-
YUV110.9141.04155.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=40.27%
G=23.51%
B=36.22%

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
Decimal1498713400.420.100.42314.5226.2746.27
Hex95578602AA2A13b1a2e
Octal22512720605212524733256
Binary100101011010111100001100101010101010101010011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955786; }

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

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

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

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

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

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

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

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