#955985

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

Shades of Strikemaster #955985

Tints of Strikemaster #955985

Color information

#955985 (or 0x955985) is unknown color: approx Strikemaster. HEX triplet: 95, 59 and 85. RGB value is (149,89,133). Sum of RGB (Red+Green+Blue) = 149+89+133=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #955985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955985 is #6AA67A. Grayscale: #6F6F6F. Windows color (decimal): -6989435 or 8739221. OLE color: 8739221.

HSL color Cylindrical-coordinate representation of color #955985: hue angle of 316º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955985 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14989133-
CMYK00.400.110.42
HSL316º25.21%46.67%-
HSV(B)316º40.27%58.43%-
XYZ20.215.2324.06-
YUV111.96139.88154.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=40.16%
G=23.99%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498913300.400.110.4231625.2146.67
Hex955985028B2A13c192f
Octal22513120505013524743157
Binary100101011011001100001010101000101110101010011110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955985; }

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

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

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

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

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

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

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

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