#965C7A

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

Shades of Strikemaster #965C7A

Tints of Strikemaster #965C7A

Color information

#965C7A (or 0x965C7A) is unknown color: approx Strikemaster. HEX triplet: 96, 5C and 7A. RGB value is (150,92,122). Sum of RGB (Red+Green+Blue) = 150+92+122=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #965C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C7A is #69A385. Grayscale: #707070. Windows color (decimal): -6923142 or 8019094. OLE color: 8019094.

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

Color convert

RGB15092122-
CMYK00.390.190.41
HSL328.97º23.97%47.45%-
HSV(B)328.97º38.67%58.82%-
XYZ19.9215.5420.36-
YUV112.76133.22154.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=41.21%
G=25.27%
B=33.52%

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
Decimal1509212200.390.190.41328.9723.9747.45
Hex965C7A0271329149182f
Octal22613417204723515113057
Binary100101101011100111101001001111001110100110100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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