#965681

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

Shades of Strikemaster #965681

Tints of Strikemaster #965681

Color information

#965681 (or 0x965681) is unknown color: approx Strikemaster. HEX triplet: 96, 56 and 81. RGB value is (150,86,129). Sum of RGB (Red+Green+Blue) = 150+86+129=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #965681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965681 is #69A97E. Grayscale: #6D6D6D. Windows color (decimal): -6924671 or 8476310. OLE color: 8476310.

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

Color convert

RGB15086129-
CMYK00.430.140.41
HSL319.69º27.12%46.27%-
HSV(B)319.69º42.67%58.82%-
XYZ19.8714.7222.56-
YUV110.04138.7156.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=41.10%
G=23.56%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508612900.430.140.41319.6927.1246.27
Hex96568102BE291401b2e
Octal22612620105316515003356
Binary100101101010110100000010101011111010100110100000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965681; }

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

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

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

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

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

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

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

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