#965684

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

Shades of Strikemaster #965684

Tints of Strikemaster #965684

Color information

#965684 (or 0x965684) is unknown color: approx Strikemaster. HEX triplet: 96, 56 and 84. RGB value is (150,86,132). Sum of RGB (Red+Green+Blue) = 150+86+132=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965684 is #69A97B. Grayscale: #6E6E6E. Windows color (decimal): -6924668 or 8672918. OLE color: 8672918.

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

Color convert

RGB15086132-
CMYK00.430.120.41
HSL316.88º27.12%46.27%-
HSV(B)316.88º42.67%58.82%-
XYZ20.0714.8123.63-
YUV110.38140.2156.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=40.76%
G=23.37%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508613200.430.120.41316.8827.1246.27
Hex96568402BC2913d1b2e
Octal22612620405314514753356
Binary100101101010110100001000101011110010100110011110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965684; }

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

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

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

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

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

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

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

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