#965886

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

Shades of Strikemaster #965886

Tints of Strikemaster #965886

Color information

#965886 (or 0x965886) is unknown color: approx Strikemaster. HEX triplet: 96, 58 and 86. RGB value is (150,88,134). Sum of RGB (Red+Green+Blue) = 150+88+134=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #965886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965886 is #69A779. Grayscale: #6F6F6F. Windows color (decimal): -6924154 or 8804502. OLE color: 8804502.

HSL color Cylindrical-coordinate representation of color #965886: hue angle of 315.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965886 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15088134-
CMYK00.410.110.41
HSL315.48º26.05%46.67%-
HSV(B)315.48º41.33%58.82%-
XYZ20.3715.1824.41-
YUV111.78140.54155.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=40.32%
G=23.66%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508813400.410.110.41315.4826.0546.67
Hex965886029B2913b1a2f
Octal22613020605113514733257
Binary100101101011000100001100101001101110100110011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965886; }

 p { color: rgb(150,88,134); }

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

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

 a { background-color: rgb(150,88,134); }

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

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

 span { border-color: rgb(150,88,134); }

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