#965B7A

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

Shades of Strikemaster #965B7A

Tints of Strikemaster #965B7A

Color information

#965B7A (or 0x965B7A) is unknown color: approx Strikemaster. HEX triplet: 96, 5B and 7A. RGB value is (150,91,122). Sum of RGB (Red+Green+Blue) = 150+91+122=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B7A is #69A485. Grayscale: #707070. Windows color (decimal): -6923398 or 8018838. OLE color: 8018838.

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

Color convert

RGB15091122-
CMYK00.390.190.41
HSL328.47º24.48%47.25%-
HSV(B)328.47º39.33%58.82%-
XYZ19.8315.3720.33-
YUV112.18133.55154.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=41.32%
G=25.07%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509112200.390.190.41328.4724.4847.25
Hex965B7A0271329148182f
Octal22613317204723515103057
Binary100101101011011111101001001111001110100110100100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965B7A; }

 p { color: rgb(150,91,122); }

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

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

 a { background-color: rgb(150,91,122); }

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

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

 span { border-color: rgb(150,91,122); }

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