#965284

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

Shades of Strikemaster #965284

Tints of Strikemaster #965284

Color information

#965284 (or 0x965284) is unknown color: approx Strikemaster. HEX triplet: 96, 52 and 84. RGB value is (150,82,132). Sum of RGB (Red+Green+Blue) = 150+82+132=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #965284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965284 is #69AD7B. Grayscale: #6B6B6B. Windows color (decimal): -6925692 or 8671894. OLE color: 8671894.

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

Color convert

RGB15082132-
CMYK00.450.120.41
HSL315.88º29.31%45.49%-
HSV(B)315.88º45.33%58.82%-
XYZ19.7614.1823.53-
YUV108.03141.53157.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=41.21%
G=22.53%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508213200.450.120.41315.8829.3145.49
Hex96528402DC2913c1d2d
Octal22612220405514514743555
Binary100101101010010100001000101101110010100110011110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965284; }

 p { color: rgb(150,82,132); }

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

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

 a { background-color: rgb(150,82,132); }

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

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

 span { border-color: rgb(150,82,132); }

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