#965985

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

Shades of Strikemaster #965985

Tints of Strikemaster #965985

Color information

#965985 (or 0x965985) is unknown color: approx Strikemaster. HEX triplet: 96, 59 and 85. RGB value is (150,89,133). Sum of RGB (Red+Green+Blue) = 150+89+133=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #965985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965985 is #69A67A. Grayscale: #707070. Windows color (decimal): -6923899 or 8739222. OLE color: 8739222.

HSL color Cylindrical-coordinate representation of color #965985: hue angle of 316.72º 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 #965985 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15089133-
CMYK00.410.110.41
HSL316.72º25.52%46.86%-
HSV(B)316.72º40.67%58.82%-
XYZ20.3815.3224.07-
YUV112.26139.71154.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=40.32%
G=23.92%
B=35.75%

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
Decimal1508913300.410.110.41316.7225.5246.86
Hex965985029B2913d1a2f
Octal22613120505113514753257
Binary100101101011001100001010101001101110100110011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965985; }

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

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

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

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

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

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

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

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